labgrid icon indicating copy to clipboard operation
labgrid copied to clipboard

Replace string based path handling with pathlib.Path

Open Emantor opened this issue 4 years ago • 0 comments

We handle serveral paths within labgrid as strings and should switch to a pathlib.Path based handling. Since python3.6 all the os functions can handle this natively, this should remove some stringifications which were required for python 3.5.

Emantor avatar Feb 23 '21 11:02 Emantor