From cf1cff135f3b17c93c6445b1933a71f6a47135bb Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Tue, 17 Dec 2024 13:12:33 +0100 Subject: [PATCH] eeh --- src/Types.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Types.jl b/src/Types.jl index 6af1a5e7e0..d9c8741b27 100644 --- a/src/Types.jl +++ b/src/Types.jl @@ -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())