jupyter / jupyter_core

Core Jupyter functionality
https://jupyter-core.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
194 stars 180 forks source link

Better handling of config migration #356

Closed smartass101 closed 1 year ago

smartass101 commented 1 year ago

better than just checking if it exists, because some on some platforms (e.g. ro AFS on HPC ) os.path.exists() may give False just because os.stat fails, even though the file actually exists

Also adds more test coveraate of the migrated marker checking

Fixes #355