Fixed invalid number of parameters passed to signal handler.
This commit is contained in:
parent
c03812eb05
commit
751bc7c2c5
@ -103,8 +103,7 @@ class APIHelper:
|
||||
# Register for script change notifications
|
||||
self.app.getSignalManager().connectSignal(
|
||||
'active-script-changed',
|
||||
self._handleScriptChanged,
|
||||
'default'
|
||||
self._handleScriptChanged
|
||||
)
|
||||
|
||||
def _handleScriptChanged(self, script):
|
||||
|
Loading…
x
Reference in New Issue
Block a user