mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
Add log line for when attempting to read a local file
Contributes to #8286
This commit is contained in:
parent
3717181884
commit
ff21761d92
1 changed files with 1 additions and 1 deletions
|
@ -1725,7 +1725,7 @@ class CuraApplication(QtApplication):
|
|||
:param project_mode: How to handle project files. Either None(default): Follow user preference, "open_as_model"
|
||||
or "open_as_project". This parameter is only considered if the file is a project file.
|
||||
"""
|
||||
|
||||
Logger.log("i", "Attempting to read file %s", file.toString())
|
||||
if not file.isValid():
|
||||
return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue