mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Merge branch 'master' into WIP_improve_initialization
This commit is contained in:
commit
e38b31c0eb
21 changed files with 358 additions and 215 deletions
|
@ -345,7 +345,7 @@ class PrintInformation(QObject):
|
|||
except:
|
||||
Logger.log("w", "Unsupported Mime Type Database file extension")
|
||||
|
||||
if data is not None:
|
||||
if data is not None and check_name is not None:
|
||||
self._base_name = data
|
||||
else:
|
||||
self._base_name = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue