Skip to content

Commit

Permalink
python3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
qqshfox committed Apr 16, 2013
1 parent 350be32 commit 6fe111c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitstatus.py
Expand Up @@ -63,7 +63,7 @@
remote += '%s%s' % (symbols['ahead of'], ahead)

out = '\n'.join([
str(branch),
branch.decode('ASCII'),
remote,
staged,
conflicts,
Expand Down

0 comments on commit 6fe111c

Please sign in to comment.