Skip to content

Commit 5a82214

Browse files
committed
Fix to allow verbose flag to be read correctly from default model files.
1 parent 5d35aca commit 5a82214

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/default_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ def get_default_neon_parser(parser):
254254
"""
255255
# Logging Level
256256
parser.add_argument("-v", "--verbose", type=str2bool,
257+
default=argparse.SUPPRESS,
257258
help="increase output verbosity")
258259
parser.add_argument("-l", "--log", dest='logfile',
259260
default=None,

0 commit comments

Comments
 (0)