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

remove hard coded input from category file generation (#4841)

parent 0817f7f5
......@@ -52,7 +52,7 @@ def parse_args(argv=None):
if __name__ == "__main__":
args = parse_args(["-f", "sbd"])
args = parse_args()
try:
main(*args.names, force=args.force)
......
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