jpmorganchase / jupyter-fs

A filesystem-like contents manager for multiple backends in Jupyter
Apache License 2.0
200 stars 36 forks source link

Ensure `is_hidden` is properly handled #167

Closed timkpaine closed 1 year ago

timkpaine commented 1 year ago

https://github.com/jpmorganchase/jupyter-fs/blob/main/jupyterfs/fsmanager.py#L143 should be replaced with an actual check, else hardcoded to !=exists instead of the current ==exists.

timkpaine commented 1 year ago

will fix on fork

vidartf commented 1 year ago

FYI: There should also be a good fix in #20.