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:
authorNino van Hooff <ninovanhooff@gmail.com>2020-05-29 15:30:33 +0300
committerNino van Hooff <ninovanhooff@gmail.com>2020-05-29 15:30:33 +0300
commit89f0970a887612a6819263633180d027d06224af (patch)
tree0b900495a95a234c15f893563975eb346aee6e20 /cura/CrashHandler.py
parent1e33360c359373f7acbf95ca9706514d12c0dd7f (diff)
Remove trailing whitespace from Python files
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 75fdd99798..052f963fd4 100644
--- a/cura/CrashHandler.py
+++ b/cura/CrashHandler.py
@@ -237,7 +237,7 @@ class CrashHandler:
scope.set_tag("locale_os", self.data["locale_os"])
scope.set_tag("locale_cura", self.cura_locale)
scope.set_tag("is_enterprise", ApplicationMetadata.IsEnterpriseVersion)
-
+
scope.set_user({"id": str(uuid.getnode())})
return group