forked from M-Labs/artiq
artiq_run: fix get_argparser()
This commit is contained in:
parent
fbedb7c754
commit
0ec7e9a98c
|
@ -75,7 +75,7 @@ class DummyScheduler:
|
|||
watchdog = DummyWatchdog
|
||||
|
||||
|
||||
def get_argparser(with_file):
|
||||
def get_argparser(with_file=True):
|
||||
parser = argparse.ArgumentParser(
|
||||
description="Local experiment running tool")
|
||||
|
||||
|
|
Loading…
Reference in New Issue