PyHa icon indicating copy to clipboard operation
PyHa copied to clipboard

Refactor to use pathlib instead of os.path and path concatenation

Open sprestrelski opened this issue 2 years ago • 1 comments

In IsoAutio, when running generate_automated_labels, the path concatenation does not allow easy iteration through folders. It would be good to use pathlib any time we deal with paths to make it system agnostic.

sprestrelski avatar Apr 25 '23 02:04 sprestrelski

I think this was fixed in #159

npham-dev avatar Jan 09 '24 15:01 npham-dev