Romern / syncMyMoodle

Synchronization client for RWTH Moodle
GNU General Public License v3.0
70 stars 18 forks source link

Switch to pathlib instead of os.path and normal open #72

Closed septatrix closed 2 years ago

septatrix commented 2 years ago

for consistency we should probably use pathlib instead of the os.path.join commands in general.

_Originally posted by @Romern in https://github.com/Romern/syncMyMoodle/pull/71#discussion_r674392253_