Skip to content

Commit

Permalink
add defaults verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Dec 10, 2022
1 parent 6f6b06c commit 2896bdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/infra/checkToolbox.m
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@
install = args.Results.install;

verbose = args.Results.verbose;
opt.verbosity = 0;
if verbose
opt.verbosity = 2;
opt.verbosity = 1;
end

knownToolboxes = {'ALI', 'MACS', 'mp2rage'};
Expand Down

0 comments on commit 2896bdd

Please sign in to comment.