mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
code review fixed for PAP
CURA-11403
This commit is contained in:
parent
3312ab66ba
commit
3e23ce1c37
4 changed files with 8 additions and 8 deletions
|
@ -41,6 +41,6 @@ class SpecificSettingsModel(ListModel):
|
|||
})
|
||||
|
||||
def _update(self):
|
||||
Logger.log("d", "Updating {model_class_name}.".format(model_class_name = self.__class__.__name__))
|
||||
Logger.debug(f"Updating {self.__class__.__name__}")
|
||||
self.setItems([])
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue