Skip to content

Commit

Permalink
eeh
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC authored Dec 17, 2024
1 parent 36c5acb commit cf1cff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ write_env_usage(source_file::AbstractString, usage_filepath::AbstractString) =
function write_env_usage(source_files, usage_filepath::AbstractString)
# Don't record ghost usage
source_files = filter(isfile, source_files)
!isempty(source_files) && return
isempty(source_files) && return

# Ensure that log dir exists
!ispath(logdir()) && mkpath(logdir())
Expand Down

0 comments on commit cf1cff1

Please sign in to comment.