mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-01 16:24:41 +08:00
Undo setting wrong name in PrintInformation. CURA-5323
This commit is contained in:
parent
8707d12bf3
commit
ed1ba41aa6
@ -346,7 +346,7 @@ class PrintInformation(QObject):
|
|||||||
Logger.log("w", "Unsupported Mime Type Database file extension")
|
Logger.log("w", "Unsupported Mime Type Database file extension")
|
||||||
|
|
||||||
if data is not None and check_name is not None:
|
if data is not None and check_name is not None:
|
||||||
self._base_name = check_name
|
self._base_name = data
|
||||||
else:
|
else:
|
||||||
self._base_name = ''
|
self._base_name = ''
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user