You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a similar issue, but running gitcheck with python3 avoids them. Might be worth changing the shebangs of setup.py and gitcheck.py to #!/usr/bin/env python3.
gitExec function doesn't work anymore with folder having unicode caracters in them
There's also a few lines missing specific unicode encoding/deconding to 'utf-8' (like the os.walk function to browse directories)
Probably problems due to Python 2.7
The text was updated successfully, but these errors were encountered: