mirror of
https://github.com/ejwa/gitinspector.git
synced 2025-03-19 23:08:15 +01:00
A newline was missing in the blame output when redirecting stdout.
This commit is contained in:
parent
49c80184e2
commit
2b4e6bb111
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ BLAME_INFO_TEXT = N_("Below are the number of rows from each author that have su
|
||||||
|
|
||||||
class BlameOutput(Outputable):
|
class BlameOutput(Outputable):
|
||||||
def __init__(self, hard):
|
def __init__(self, hard):
|
||||||
if sys.stdout.isatty() and format.is_interactive_format():
|
if format.is_interactive_format():
|
||||||
print("")
|
print("")
|
||||||
|
|
||||||
self.hard = hard
|
self.hard = hard
|
||||||
|
|
Loading…
Add table
Reference in a new issue