From 2e8d5abd61160d9fcc1469060105b7571669f84f Mon Sep 17 00:00:00 2001 From: rubenrua Date: Sun, 26 Nov 2023 23:39:27 +0100 Subject: [PATCH] Set correct verbose in Fluster Needed to print internal direcotries. --- fluster/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fluster/main.py b/fluster/main.py index 82857abb..a7f39931 100644 --- a/fluster/main.py +++ b/fluster/main.py @@ -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: