Skip to content

Commit

Permalink
A newline was missing in the blame output when redirecting stdout.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-waldenberg committed Jan 15, 2014
1 parent 49c8018 commit 2b4e6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitinspector/blame.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def get(hard, changes):

class BlameOutput(Outputable):
def __init__(self, hard):
if sys.stdout.isatty() and format.is_interactive_format():
if format.is_interactive_format():
print("")

self.hard = hard
Expand Down

0 comments on commit 2b4e6bb

Please sign in to comment.