haaksmash / flowhub

Based on git-flow, but with GitHub.
22 stars 5 forks source link

AssertionError on feature accepted #81

Closed haaksmash closed 9 years ago

haaksmash commented 10 years ago

hah of course as soon as i decide it's been lost to the sands of time the issue returns:

see #14 for a full traceback. I think this is a bug outside of flowhub's control:

> flowhub feature accepted
Caught exception:
AssertionError - len(["40c05e7277e2f48c1de91249e77beb90e03a6c47\t\tbranch 'feature/14-double-trouble' of https://github.com/haaksmash/flowhub\n", "9e3763c0319a5260211f5582c1211bf0c608c73a\tnot-for-merge\tbranch 'develop' of https://github.com/haaksmash/flowhub\n", "f5bb658bb9340585b40b73b6ad956d8b4bcffaf9\tnot-for-merge\tbranch 'master' of https://github.com/haaksmash/flowhub\n"]) != len(['POST git-upload-pack (961 bytes)', ' = [up to date]      feature/14-double-trouble -> origin/feature/14-double-trouble', '   a49c9fc..9e3763c  develop    -> origin/develop', ' = [up to date]      master     -> origin/master'])
haaksmash commented 10 years ago

Yep, here's the issue on GitPython:

https://github.com/gitpython-developers/GitPython/pull/97

maybe time to look into a new backend for talking to git with python...

haaksmash commented 9 years ago

Fixed by GitPython upstream