Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLipu Fei <lipu.fei815@gmail.com>2018-02-05 19:21:51 +0300
committerGitHub <noreply@github.com>2018-02-05 19:21:51 +0300
commit4438e064160c67ce4696d005353ed7be330eb5f3 (patch)
tree10e63184054aed699cd4be0bccf2d375c2db4623 /cura/CrashHandler.py
parenta85a720184ab3d7f8cd7097375d00ff73dd4a805 (diff)
Remove TODO
CURA-4895
Diffstat (limited to 'cura/CrashHandler.py')
-rw-r--r--cura/CrashHandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura/CrashHandler.py b/cura/CrashHandler.py
index a6b2373031..5796375897 100644
--- a/cura/CrashHandler.py
+++ b/cura/CrashHandler.py
@@ -124,7 +124,7 @@ class CrashHandler:
os._exit(1)
def _backupAndStartClean(self):
- # TODO: backup the current cura directories and create clean ones
+ # backup the current cura directories and create clean ones
from cura.CuraVersion import CuraVersion
from UM.Resources import Resources
# The early crash may happen before those information is set in Resources, so we need to set them here to