[Maintenance] Use pathlib instead of os.path.* #19
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
pathlib (builtin) is the modern way of handling files and directories in Python. It should replace the usage of the os.path module
Interesting, i did not know that. I'll have a look at it