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
|
watchdog = DummyWatchdog
|
||||||
|
|
||||||
|
|
||||||
def get_argparser(with_file):
|
def get_argparser(with_file=True):
|
||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(
|
||||||
description="Local experiment running tool")
|
description="Local experiment running tool")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue