mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Fix typo in error message
Contributes to issues CURA-1278 and CURA-1588.
This commit is contained in:
parent
15333fa940
commit
6fcba4cdde
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ class CuraEngineBackend(Backend):
|
||||||
self._process = None
|
self._process = None
|
||||||
#self._createSocket() # Re create the socket
|
#self._createSocket() # Re create the socket
|
||||||
except Exception as e: # terminating a process that is already terminating causes an exception, silently ignore this.
|
except Exception as e: # terminating a process that is already terminating causes an exception, silently ignore this.
|
||||||
Logger.log("d", "Exception occured while trying to kill the engine %s", str(e))
|
Logger.log("d", "Exception occurred while trying to kill the engine %s", str(e))
|
||||||
if self._message:
|
if self._message:
|
||||||
self._message.hide()
|
self._message.hide()
|
||||||
self._message = None
|
self._message = None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue