From 52372a358e4320fe0a329277efe0ba6c008b7679 Mon Sep 17 00:00:00 2001 From: gobbo_a Date: Tue, 5 Sep 2017 10:44:20 +0200 Subject: [PATCH] Script execution --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 4f8eb87..10c1a9e 100755 --- a/script/local.py +++ b/script/local.py @@ -51,7 +51,7 @@ def switch_off_magnets(magnets = None): caput(m + ":I-SET", 0.0) sleep(0.5) for m in magnets: - pass + ccr(m) def is_timing_ok(): return caget("SIN-TIMAST-TMA:SOS-COUNT-CHECK") == 0