From 0ec7e9a98c29ed3a5b57ca9062d3aa35a4e5241e Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Sat, 4 Apr 2015 21:17:24 -0600 Subject: [PATCH] artiq_run: fix get_argparser() --- artiq/frontend/artiq_run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/frontend/artiq_run.py b/artiq/frontend/artiq_run.py index f33956cfa..ab3cb0ec9 100755 --- a/artiq/frontend/artiq_run.py +++ b/artiq/frontend/artiq_run.py @@ -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")