Script execution

This commit is contained in:
x03daop
2015-11-03 14:59:24 +01:00
parent f14e4fb0a0
commit a337b6f558

View File

@@ -208,7 +208,8 @@ def after_readout(rec):
append_diag_datasets()
def adjust_sensors():
if SENSORS is not None:
global SENSORS
if (SENSORS is not None) and isinstance(SENSORS,list):
# Move integration to end
for dev in [Integration, AngleDistribution]:
if dev in SENSORS: