Update Oslo
Change-Id: Ia657b83f6d1b9f1fe887c6813834efef04c0cbf2 Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
@@ -205,6 +205,7 @@ def _print_opt(opt):
|
||||
opt_name, opt_default, opt_help = opt.dest, opt.default, opt.help
|
||||
if not opt_help:
|
||||
sys.stderr.write('WARNING: "%s" is missing help string.\n' % opt_name)
|
||||
opt_help = ""
|
||||
opt_type = None
|
||||
try:
|
||||
opt_type = OPTION_REGEX.search(str(type(opt))).group(0)
|
||||
|
||||
Reference in New Issue
Block a user