Log if getting directory information failed
This commit is contained in:
parent
732e7c260b
commit
0f03960525
@ -567,6 +567,7 @@ class FilenamePrompt(_BasePrompt):
|
||||
else:
|
||||
return
|
||||
except OSError:
|
||||
log.prompt.exception("Failed to get directory information")
|
||||
return
|
||||
|
||||
root = self._file_model.setRootPath(path)
|
||||
|
Loading…
Reference in New Issue
Block a user