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
The following code checks for the existence of the path variable but only prints a message instead of returning.
this issue is caught in the following if condition but should not be allowed to pass to that stage if the input is missing.
fix:
ifnotargs.path:
parser.error("the following arguments are required: path")
return