PHAREHUB/PHARE

Validate diagnostic and restart paths in user python

nicolasaunai opened this issue · 0 comments

SAMRAI restart manager fails creating restart directories if user supplied restart path has a trailing slash.
We need to remove any trailing slash beforehand.
At the same time it would be nice to validate any user supplied path before running the simulation (path exists at least the N-1 first directories, permissions are ok, etc.?)