Skip to content

Commit

Permalink
Update result_collection.jl (JuliaDynamics#389)
Browse files Browse the repository at this point in the history
* Update result_collection.jl

add verbose && before all the @info

* bump version
  • Loading branch information
yp51md committed May 8, 2023
1 parent a9a2383 commit ab87902
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DrWatson"
uuid = "634d3b9d-ee7a-5ddf-bec9-22491ea816e1"
repo = "https://github.com/JuliaDynamics/DrWatson.jl.git"
version = "2.12.4"
version = "2.12.5"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down
2 changes: 1 addition & 1 deletion src/result_collection.jl
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function collect_results!(filename, folder;
mtimes = nothing
end
end
@info "Scanning folder $folder for result files."
verbose && @info "Scanning folder $folder for result files."

if subfolders
allfiles = String[]
Expand Down

0 comments on commit ab87902

Please sign in to comment.