robosat icon indicating copy to clipboard operation
robosat copied to clipboard

Refactor all path handling to use pathlib

Open daniel-j-h opened this issue 7 years ago • 0 comments

Python3's pathlib abstracts path handling and provides functionality which is otherwise not present or scattered across several modules. In addition it overloads operators for easier path joining.

from pathlib import Path

https://docs.python.org/3/library/pathlib.html

We should refactor all path handling in all our tools to use pathlib.

Tasks:

  • [ ] Use pathlib for everything path related

daniel-j-h avatar Jun 10 '18 23:06 daniel-j-h