mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-16 00:28:25 +01:00
Now only clears the row before blame statistics if on a real terminal.
This commit is contained in:
parent
ed501fe757
commit
0fa883eb55
1 changed files with 1 additions and 1 deletions
2
blame.py
2
blame.py
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue