Fix typo in log

This commit is contained in:
Jack Ha 2018-03-13 12:57:03 +01:00
parent 6d2d9c8fe2
commit 0897c740b0

View File

@ -335,7 +335,7 @@ class MachineManager(QObject):
return False return False
if self._global_container_stack.hasErrors(): 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 return True
# Not a very pretty solution, but the extruder manager doesn't really know how many extruders there are # Not a very pretty solution, but the extruder manager doesn't really know how many extruders there are