Skip to content

REFACTOR(settings): Switch from str based local path config to pathlib based...

Mancini Marco requested to merge resolving-bug-planar-plot into master

REFACTOR(settings): Switch from str based local path config to pathlib based local path config in the settings.py.

This prevent us to use path that do not exists. An FileNotFoundError will be raised if any local path referers to a file or dir that do not exist.

Merge request reports