From b73e1a8eeb50777d8b7944ea907343350dcf65e1 Mon Sep 17 00:00:00 2001 From: X11MA Date: Thu, 3 Dec 2015 18:17:22 +0100 Subject: [PATCH] Closedown --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index e6bc5d0..6452c86 100644 --- a/script/local.py +++ b/script/local.py @@ -47,7 +47,7 @@ def get_next_fid(folder, prefix): def wait_channel(name, value, timeout =None, type='s'): print "Waiting " + str(name) + " = " + str(value) - cawait(name, value, timeout, type) + cawait(name, value, timeout = timeout, type=type) print "Done" def convert_file(input_file_name, output_file_name, field = 0, pol = 0, keithley_3 = False):