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
quick note: git up --version (at version 1.3.0) fails with a type error:
git up --version
GitUp version is: v1.3.0
Checking for updates...Traceback (most recent call last):
File "/Users/dbr/.pyenv/versions/3.4.2/bin/git-up", line 9, in <module>
load_entry_point('git-up==1.3.0', 'console_scripts', 'git-up')()
File "/Users/dbr/.pyenv/versions/3.4.2/bin/gitup.py", line 579, in run
GitUp(sparse=True).version_info()
File "/Users/dbr/.pyenv/versions/3.4.2/bin/gitup.py", line 393, in version_info
details = json.load(urlopen(PYPI_URL))
File "/Users/dbr/.pyenv/versions/3.4.2/lib/python3.4/json/__init__.py", line 268, in load
parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)
File "/Users/dbr/.pyenv/versions/3.4.2/lib/python3.4/json/__init__.py", line 312, in loads
s.__class__.__name__))
TypeError: the JSON object must be str, not 'bytes'
The text was updated successfully, but these errors were encountered:
Thanks for reporting! Can you confirm that this problem is fixed on the latest master? (You can install via pip install [--user] git+https://github.com/msiemens/PyGitUp/)
quick note:
git up --version
(at version 1.3.0) fails with a type error:The text was updated successfully, but these errors were encountered: