You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A check has been added to know if args has an attribute 'callback'.
If args has no attribute callback, the help text should be printed. Because
there was a check to::
if args.callback is 'x':
It would raise an error before the parser.print_help() was reached.
0 commit comments