df
This commit is contained in:
@@ -102,7 +102,7 @@ def maybe_show_formats_table(
|
||||
return 1
|
||||
|
||||
base_args: List[str] = []
|
||||
out_arg = parsed.get("path") or parsed.get("output")
|
||||
out_arg = parsed.get("path")
|
||||
if out_arg:
|
||||
base_args.extend(["-path", str(out_arg)])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user