Script execution

This commit is contained in:
X11MA
2017-02-09 11:47:31 +01:00
parent 10c7ae48df
commit 45b96eef03

View File

@@ -91,7 +91,7 @@ if RUNTYPE in ["+/-", "+", "-"]:
elif RUNTYPE in ["LH/LV", "LH", "LV"]:
print "Wrong polarization selected!"
break
else:
raise Exception("Invalid run type: " + RUNTYPE)