Update cura/Machines/Models/IntentSelectionModel.py

Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
This commit is contained in:
Joey de l'Arago 2022-06-15 17:29:59 +02:00 committed by GitHub
parent e47a2d1c99
commit b132b5c08c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ class IntentSelectionModel(ListModel):
def _onChange(self) -> None:
self._update_timer.start()
def _update(self):
def _update(self) -> None:
Logger.log("d", "Updating {model_class_name}.".format(model_class_name = self.__class__.__name__))
global_stack = cura.CuraApplication.CuraApplication.getInstance().getGlobalContainerStack()