From 8f2b1f8a567c4ea923cecca0abb54fe9623c83f8 Mon Sep 17 00:00:00 2001 From: gac-x11ma Date: Thu, 30 Nov 2017 13:54:47 +0100 Subject: [PATCH] Script execution --- script/PolSwitch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/PolSwitch.py b/script/PolSwitch.py index 6a16ce9..7389684 100644 --- a/script/PolSwitch.py +++ b/script/PolSwitch.py @@ -85,5 +85,5 @@ for E in setpoints: else: raise Exception('Wrong B field value:' + str(H)) - -scan.end() \ No newline at end of file +scan1.end() +scan2.end() \ No newline at end of file