fermi-ad / datalogger-to-ml

Scripts for requesting AD Controls data logger data and transforming those to the desired ML output format and destination.
3 stars 0 forks source link

Use pathlib instead of os.path #18

Closed beauremus closed 3 years ago

beauremus commented 3 years ago

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

Pathlib provides a path class instead of the path string like os.path.

beauremus commented 3 years ago

This was implemented as a part of the refactor. 8b90a0ff3fe306f37f36e1aeeba2b75baa73a90f There were lingering misunderstandings so there may still be Path bugs.