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':