mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Undo setting wrong name in PrintInformation. CURA-5323
This commit is contained in:
parent
8707d12bf3
commit
ed1ba41aa6
1 changed files with 1 additions and 1 deletions
|
@ -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 = ''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue