mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 05:07:50 -06:00
Correcting the last comment..
This commit is contained in:
parent
51222325b0
commit
6b41608db2
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ class USBPrinterOutputDeviceManager(QObject, SignalEmitter, OutputDevicePlugin,
|
||||||
return USBPrinterOutputDeviceManager._instance
|
return USBPrinterOutputDeviceManager._instance
|
||||||
|
|
||||||
def _getDefaultFirmwareName(self):
|
def _getDefaultFirmwareName(self):
|
||||||
# Check whether getGlobalContainerStack() returns None or not...
|
# Check if there is a valid global container stack
|
||||||
global_container_stack = Application.getInstance().getGlobalContainerStack()
|
global_container_stack = Application.getInstance().getGlobalContainerStack()
|
||||||
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.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue