File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3333__contact__ = "Jerome.Kieffer@ESRF.eu"
3434__license__ = "MIT"
3535__copyright__ = "European Synchrotron Radiation Facility, Grenoble, France"
36- __date__ = "27 /01/2026"
36+ __date__ = "30 /01/2026"
3737__status__ = "stable"
3838
3939import logging
@@ -264,7 +264,7 @@ def __init__(self,
264264
265265 if isinstance (sensor , SensorConfig ):
266266 if sensor not in self .SENSORS :
267- logger .warning ("Sensor %s not in allowed SENSORS: [%s]." , sensor , "|" .join ([ str (i ) for i in self .SENSORS ] ))
267+ logger .warning ("Sensor %s not in allowed SENSORS: [%s]." , sensor , "|" .join (str (i ) for i in self .SENSORS ))
268268 self .sensor = sensor
269269 elif sensor is None :
270270 logger .info ("No sensor configuration provided; using default behaviour." )
You can’t perform that action at this time.
0 commit comments