tortoise / aerich

A database migrations tool for TortoiseORM, ready to production.
https://github.com/tortoise/aerich
Apache License 2.0
825 stars 93 forks source link

Use `pathlib` for path resolving #97

Closed mykolasolodukha closed 3 years ago

mykolasolodukha commented 3 years ago

Replaced os.path methods with pathlib.Path() equivalents. Resolves issue #89

long2ice commented 3 years ago

Thanks for your contribution! 👍🏼