mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Don't stop the readLocalFile process if there is no workspace reader
Or else the non-project files, which do not get a workspace reader by definition, won't be opened in Cura. CURA-7996
This commit is contained in:
parent
f8a9e7f2d2
commit
56b3cc5fe5
1 changed files with 0 additions and 4 deletions
|
@ -1758,10 +1758,6 @@ class CuraApplication(QtApplication):
|
|||
|
||||
is_project_file = self.checkIsValidProjectFile(file)
|
||||
|
||||
if is_project_file is False:
|
||||
# The file isn't a valid project file so abort reading it.
|
||||
return
|
||||
|
||||
if project_mode is None:
|
||||
project_mode = self.getPreferences().getValue("cura/choice_on_open_project")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue