mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 18:49:01 +08:00
Typo
This commit is contained in:
parent
0435706736
commit
b42ef49a4e
@ -242,7 +242,7 @@ class USBPrinterOutputDevice(PrinterOutputDevice):
|
||||
## Private common function which makes sure that firmware update process has completed/ended with a set progress state
|
||||
def _updateFirmware_completed_common(self, progress, max_progress = 100):
|
||||
if not progress:
|
||||
raise Exception("Progresss not set!")
|
||||
raise Exception("Progress not set!")
|
||||
|
||||
self.setProgress(progress, max_progress = max_progress)
|
||||
self._firmware_update_finished = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user