Script execution
This commit is contained in:
@@ -274,7 +274,7 @@ def adjust_sensors():
|
||||
for dev in ["Counts"]:
|
||||
if dev in SENSORS:
|
||||
SENSORS=[SENSORS.pop(SENSORS.index(dev))] + SENSORS
|
||||
if "Scienta.dataMatrix" or Scienta.dataMatrix in SENSORS:
|
||||
if "Scienta.dataMatrix" in SENSORS or Scienta.dataMatrix in SENSORS:
|
||||
print "Not ACC"
|
||||
set_context(accumulate = False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user