From 89eb0839a9577a1541f8e394577bbf40b2381cef Mon Sep 17 00:00:00 2001 From: gac-x11ma Date: Thu, 5 Apr 2018 10:51:52 +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 0c3b74b..b937181 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: " + val) + print("Writing to: " + PV + " value: " str(val)) caput(PV,val) a = caget(ACK) if a == 'Command Completed':