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:
authorRemco Burema <r.burema@ultimaker.com>2021-01-23 14:02:57 +0300
committerRemco Burema <r.burema@ultimaker.com>2021-01-23 14:02:57 +0300
commit9197a1ca51d56312aa027dcfa80375022486ed15 (patch)
treea4d92472beddf690408337773015dd5dd32c04c5 /cura/Snapshot.py
parente681a6d32d5be1e9d23cdf8962306c885f9c03b8 (diff)
Fix crash on open project from term or by file.
Opening a .3mf file or other project would cause a crash if the preference for always opening as a project (as opposed to importing models or 'always ask') was set. Traced back to a typo. CURA-7987
Diffstat (limited to 'cura/Snapshot.py')
-rw-r--r--cura/Snapshot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura/Snapshot.py b/cura/Snapshot.py
index c4c1ce000e..bc7da4080a 100644
--- a/cura/Snapshot.py
+++ b/cura/Snapshot.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2018 Ultimaker B.V.
+# Copyright (c) 2021 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
import numpy