mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08: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
@ -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…
x
Reference in New Issue
Block a user