stash icon indicating copy to clipboard operation
stash copied to clipboard

no console import in git.py

Open kiicia opened this issue 7 years ago • 1 comments

I was just trying to add simple project to github (from pythonista3) and when I typed in only login (-u login, not -u login:password) I was getting an error about global name console not defined.

It seems that solution is as simple as adding:

import console

to bin/git.py file.

kiicia avatar May 19 '17 09:05 kiicia

I think you are right. I don't see console imported before used. Will fix this. Thanks!

ywangd avatar May 24 '17 22:05 ywangd