Skip to content

Commit

Permalink
Set correct verbose in Fluster
Browse files Browse the repository at this point in the history
Needed to print internal direcotries.
  • Loading branch information
rubenrua committed Nov 26, 2023
1 parent 8651807 commit 414e603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fluster/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def run(self) -> None:
resources_dir=args.resources,
output_dir=args.output,
use_emoji=not args.no_emoji,
verbose=args.verbose if 'verbose' in args else False,
)
args.func(args, fluster)
else:
Expand Down

0 comments on commit 414e603

Please sign in to comment.