We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 060c058 commit 779f3d0Copy full SHA for 779f3d0
runner/collect_results.py
@@ -20,7 +20,7 @@ def dir_path(string):
20
def main():
21
parser = argparse.ArgumentParser()
22
parser.add_argument("out_file")
23
- parser.add_argument("src_path", required=False, type=dir_path)
+ parser.add_argument("src_path", nargs='?', type=dir_path)
24
parser.add_argument("--raw", dest="raw", action="store_true")
25
args = parser.parse_args()
26
0 commit comments