Commit 87034cf6 authored by Marco Buttu's avatar Marco Buttu
Browse files

Fixed bug in axis MNG_BEAMPARK comparison (conversion to string)

parent 6b28df57
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -149,7 +149,7 @@ class Positioner(object):
                raise NotAllowedError('positioner not configured: a setup() is required')
            elif not self.conf.isConfigured():
                raise NotAllowedError('CDB not configured: a CDBConf.setConfiguration() is required')
            elif axis == 'MNG_BEAMPARK':
            elif str(axis) == 'MNG_BEAMPARK':
                pass # Do nothing
            elif self.conf.getAttribute('DynamicUpdatingAllowed') != 'true':
                logger.logNotice('dynamic updating not allowed')