mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-22 04:29:01 +08:00
Fix crash with removedPrinterMessage
This commit is contained in:
parent
f6190f9b23
commit
6563ba32b4
@ -15,7 +15,7 @@ class RemovedPrintersMessage(Message):
|
|||||||
"info:status",
|
"info:status",
|
||||||
"This printer is not linked to the Digital Factory:",
|
"This printer is not linked to the Digital Factory:",
|
||||||
"These printers are 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)
|
message_text += "<br/><ul>{}</ul><br/>".format(device_names)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user