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