mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-28 20:53:35 +08:00
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
Block a user