Now only clears the row before blame statistics if on a real terminal.

This commit is contained in:
Adam Waldenberg 2012-05-24 02:41:34 +02:00
parent ed501fe757
commit 0fa883eb55

View file

@ -120,7 +120,7 @@ def output(hard):
print ""
blame = Blame(hard)
if hard:
if hard and sys.stdout.isatty():
terminal.clear_row()
print "\bBelow is the number of rows from each author that have survived and"