Skip to content

Commit ab87902

Browse files
authored
Update result_collection.jl (#389)
* Update result_collection.jl add verbose && before all the @info * bump version
1 parent a9a2383 commit ab87902

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DrWatson"
22
uuid = "634d3b9d-ee7a-5ddf-bec9-22491ea816e1"
33
repo = "https://github.com/JuliaDynamics/DrWatson.jl.git"
4-
version = "2.12.4"
4+
version = "2.12.5"
55

66
[deps]
77
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

src/result_collection.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function collect_results!(filename, folder;
112112
mtimes = nothing
113113
end
114114
end
115-
@info "Scanning folder $folder for result files."
115+
verbose && @info "Scanning folder $folder for result files."
116116

117117
if subfolders
118118
allfiles = String[]

0 commit comments

Comments
 (0)