Browse Source

Fix comment location

CURA-4048
Lipu Fei 7 years ago
parent
commit
9fca677d40
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/CuraEngineBackend/CuraEngineBackend.py

+ 1 - 1
plugins/CuraEngineBackend/CuraEngineBackend.py

@@ -611,8 +611,8 @@ class CuraEngineBackend(QObject, Backend):
             if self._process:
                 Logger.log("d", "Backend quit with return code %s. Resetting process and socket.", self._process.wait())
                 self._process = None
-                ##  Called when the global container stack changes
 
+    ##  Called when the global container stack changes
     def _onGlobalStackChanged(self):
         if self._global_container_stack:
             self._global_container_stack.propertyChanged.disconnect(self._onSettingChanged)