We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbedb7c commit 0ec7e9aCopy full SHA for 0ec7e9a
artiq/frontend/artiq_run.py
@@ -75,7 +75,7 @@ def cancel_timed(self, trid):
75
watchdog = DummyWatchdog
76
77
78
-def get_argparser(with_file):
+def get_argparser(with_file=True):
79
parser = argparse.ArgumentParser(
80
description="Local experiment running tool")
81
0 commit comments