We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d0573 commit c268e91Copy full SHA for c268e91
jupyter_core/paths.py
@@ -80,7 +80,7 @@ def _do_i_own(path: str) -> bool:
80
# not always implemented or available
81
try:
82
return p.owner() == os.getlogin()
83
- except (NotImplementedError, OSError):
+ except Exception:
84
pass
85
86
if hasattr(os, 'geteuid'):
0 commit comments