Unverified Commit 341fca91 authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

fix nargs specifier for category file generation (#4663)

parent 453199bf
...@@ -38,7 +38,7 @@ def parse_args(argv=None): ...@@ -38,7 +38,7 @@ def parse_args(argv=None):
parser.add_argument( parser.add_argument(
"names", "names",
nargs="?", nargs="*",
type=str, type=str,
help="Names of datasets to generate category files for. If omitted, all datasets will be used.", help="Names of datasets to generate category files for. If omitted, all datasets will be used.",
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment