diff --git a/plugins/ModelChecker/ModelChecker.py b/plugins/ModelChecker/ModelChecker.py index baa4a0d00b5..297844a0a30 100644 --- a/plugins/ModelChecker/ModelChecker.py +++ b/plugins/ModelChecker/ModelChecker.py @@ -34,7 +34,7 @@ def __init__(self): Application.getInstance().globalContainerStackChanged.connect(self._onChanged) ## Pass-through to allow UM.Signal to connect with a pyqtSignal. - def _onChanged(self, _): + def _onChanged(self, *args, **kwargs): self.onChanged.emit() ## Called when plug-ins are initialized.