-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
We use confuse for pandas-profiling. Multiple users have reported the same Permission Denied issue:
ydataai/ydata-profiling#214. This issue is blocking usage of the package effectively.
The directory creation is not surrounded with a try/except block:
https://github.com/beetbox/confuse/blob/master/confuse.py#L996
When it attempts to create a global directory, it might not be permitted to do so. It could fall back to the current directory for example.
Moreover, #61 fixes a problem where comments cannot be inline, which is also problematic, but non-blocking.
Metadata
Metadata
Assignees
Labels
No labels