Skip to content

REFAC: replace os functions with pathlib

Eugène Planteur requested to merge issue#459-replace-os.path-with-pathlib into develop

Replaced all occurrences of os functions with pathlib equivalents (os.path, os.remove, os.mkdir, os.listdir). See issue #459 (closed).

Merge request reports