mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Fix crash with removedPrinterMessage
This commit is contained in:
parent
f6190f9b23
commit
6563ba32b4
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class RemovedPrintersMessage(Message):
|
|||
"info:status",
|
||||
"This printer is not linked to the Digital Factory:",
|
||||
"These printers are not linked to the Digital Factory:",
|
||||
len(self.removed_devices)
|
||||
len(self._removed_devices)
|
||||
)
|
||||
message_text += "<br/><ul>{}</ul><br/>".format(device_names)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue