mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-16 08:38:26 +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 ""
|
print ""
|
||||||
blame = Blame(hard)
|
blame = Blame(hard)
|
||||||
|
|
||||||
if hard:
|
if hard and sys.stdout.isatty():
|
||||||
terminal.clear_row()
|
terminal.clear_row()
|
||||||
|
|
||||||
print "\bBelow is the number of rows from each author that have survived and"
|
print "\bBelow is the number of rows from each author that have survived and"
|
||||||
|
|
Loading…
Reference in a new issue