Skip to content

Commit

Permalink
Fixing bug when debug mode is not being turned on using the config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Zakaznikov committed Nov 14, 2024
1 parent 55edaf8 commit a4c96c5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ def argparser():
"--debug",
action="store_true",
help="enable debugging mode, default: False",
default=None,
)

parser.add_argument(
Expand Down

0 comments on commit a4c96c5

Please sign in to comment.