JuliaDynamics/DrWatson.jl

"verbose &&" before @info "Scanning folder $folder for result files."

Closed this issue · 2 comments

Sometimes I need to import several folders in a loop, every time I call collect_results(), Info like "@Info: Scanning folder" will be printed. It is kind of annoying. I am wondering if the "verbose &&" can be put in front of all the @info?

The @info:
https://github.com/JuliaDynamics/DrWatson.jl/blob/a9a238333a883935f6504382da28dc815fdec988/src/result_collection.jl#LL115C54-L115C54

Screenshot 2023-05-08 at 17 20 12

yes go ahead and do the pr!

done in this pr.