cluster: Fix typo in ClusterServer.addControlMapping
This commit is contained in:
parent
5ecd6249d1
commit
718f72fe01
|
|
@ -133,7 +133,7 @@ class ClusterServer(DirectObject.DirectObject):
|
|||
self.controlPriorities[objectName] = priority
|
||||
self.redoSortedPriorities()
|
||||
else:
|
||||
self.notify.debug('attempt to add duplicate controlled object: '+name)
|
||||
self.notify.debug('attempt to add duplicate controlled object: ' + objectName)
|
||||
|
||||
def setControlMappingOffset(self,objectName,offset):
|
||||
if (objectName in self.controlMappings):
|
||||
|
|
|
|||
Loading…
Reference in New Issue