mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
CURA-5128 Change method name to be more clear.
Remove a line introduced by mistake in previous commit.
This commit is contained in:
parent
bc5881fe1d
commit
6dc416e180
3 changed files with 2 additions and 3 deletions
|
@ -170,7 +170,6 @@ class MachineErrorChecker(QObject):
|
|||
self._application.callLater(self._checkStack)
|
||||
|
||||
def _setResult(self, result: bool):
|
||||
return
|
||||
if result != self._has_errors:
|
||||
self._has_errors = result
|
||||
self.hasErrorUpdated.emit()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue