From 7057a25ca71f1c49c1471d3e588cdeb9e84e7803 Mon Sep 17 00:00:00 2001 From: gac-x11ma Date: Thu, 5 Apr 2018 10:52:05 +0200 Subject: [PATCH] Script execution --- script/Vinayak_prot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Vinayak_prot.py b/script/Vinayak_prot.py index b937181..d1797b2 100644 --- a/script/Vinayak_prot.py +++ b/script/Vinayak_prot.py @@ -1,7 +1,7 @@ def switchBox(PV,val,ACK): flag = 1 while(flag): - print("Writing to: " + PV + " value: " str(val)) + print("Writing to: " + PV + " value: " + str(val)) caput(PV,val) a = caget(ACK) if a == 'Command Completed':