mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 08:17:49 -06:00
Fix typo in log
This commit is contained in:
parent
6d2d9c8fe2
commit
0897c740b0
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ class MachineManager(QObject):
|
|||
return False
|
||||
|
||||
if self._global_container_stack.hasErrors():
|
||||
Logger.log("d", "Checking global stack for errors took %0.2f s and we found and error" % (time.time() - time_start))
|
||||
Logger.log("d", "Checking global stack for errors took %0.2f s and we found an error" % (time.time() - time_start))
|
||||
return True
|
||||
|
||||
# Not a very pretty solution, but the extruder manager doesn't really know how many extruders there are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue