From ed1ba41aa6d0cf03a3d563035135e0f0e6eb949b Mon Sep 17 00:00:00 2001 From: Jack Ha Date: Tue, 15 May 2018 11:42:17 +0200 Subject: [PATCH] Undo setting wrong name in PrintInformation. CURA-5323 --- cura/PrintInformation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/PrintInformation.py b/cura/PrintInformation.py index a59f235741..01d0b43f5b 100644 --- a/cura/PrintInformation.py +++ b/cura/PrintInformation.py @@ -346,7 +346,7 @@ class PrintInformation(QObject): Logger.log("w", "Unsupported Mime Type Database file extension") if data is not None and check_name is not None: - self._base_name = check_name + self._base_name = data else: self._base_name = ''