Skip to content

Commit

Permalink
fix: update argument usage in bridge module
Browse files Browse the repository at this point in the history
  • Loading branch information
seppzer0 committed Feb 26, 2024
1 parent ff48d34 commit 0a05fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrapper/bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def main(args: argparse.Namespace) -> None:
).run()
case _:
# if no module was selected, then shared tools are (supposed to be) installed
if args.tools:
if args.shared:
tconf = ResourceManager()
tconf.path_gen()
tconf.download()
Expand Down

0 comments on commit 0a05fa8

Please sign in to comment.