code review fixed for PAP

CURA-11403
This commit is contained in:
Saumya Jain 2024-03-05 14:08:39 +01:00
parent 3312ab66ba
commit 3e23ce1c37
4 changed files with 8 additions and 8 deletions

View file

@ -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