Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The command print "Already up-to-date" to the console.
It seems that problem is the use of with_stdout=False that then does not both to do anything to stdout.
git-python-with-stdout.txt
The attached patch seems to fix the problem by setting stdout to DEVNULL. Tested on python 3.4.