git-graph icon indicating copy to clipboard operation
git-graph copied to clipboard

Use pathlib for git-graph python module

Open neodark opened this issue 4 years ago • 2 comments

To run this package as a Python module will crash as explained in #3

Since Python 3 it's a good practice to use Pathlib when needed.

This closes #3

neodark avatar Aug 31 '20 10:08 neodark

All tests are now passing but it's failing with Travis CI due to flake8. Will try to correct that later.

neodark avatar Aug 31 '20 16:08 neodark

Fixed the issue with Travis CI due to flake8 used with incorrect python version.

Now all is green and working again. I will let you review the fixes and merge them and bump a new pypi package.

Have a nice day! :)

neodark avatar Aug 31 '20 22:08 neodark