mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 05:07:50 -06:00
Return an empty string just to be sure
This commit is contained in:
parent
6b41608db2
commit
7ef64cd05b
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ class USBPrinterOutputDeviceManager(QObject, SignalEmitter, OutputDevicePlugin,
|
||||||
if not global_container_stack:
|
if not global_container_stack:
|
||||||
Logger.log("e", "There is no global container stack. Can not update firmware.")
|
Logger.log("e", "There is no global container stack. Can not update firmware.")
|
||||||
self._firmware_view.close()
|
self._firmware_view.close()
|
||||||
|
return ""
|
||||||
|
|
||||||
# The bottom of the containerstack is the machine definition
|
# The bottom of the containerstack is the machine definition
|
||||||
machine_id = global_container_stack.getBottom().id
|
machine_id = global_container_stack.getBottom().id
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue