Skip to content

Small fixes

Compare
Choose a tag to compare
@tomislater tomislater released this 20 Jun 12:35
· 24 commits to master since this release
Use dirname instead of split

os.path.dirname() is identical to os.path.split()[0] see: https://docs.python.org/3/library/os.path.html#os.path.dirname