Skip to content

Commit

Permalink
fix paren
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Apr 26, 2019
1 parent b300671 commit 91c9043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypiper/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ def start_pipeline(self, args=None, multi=False):
print("* " + "Pypiper branch".rjust(20) + ": " + str(gitvars['pypiper_branch']))
print("* " + "Pypiper date".rjust(20) + ": " + str(gitvars['pypiper_date']))
if "" != str(gitvars['pypiper_diff'].decode()):
print("* " + "Pypiper diff".rjust(20) + ": " + str(gitvars['pypiper_diff'])
print("* " + "Pypiper diff".rjust(20) + ": " + str(gitvars['pypiper_diff']))
except KeyError:
# It is ok if keys aren't set, it means pypiper isn't in a git repo.
pass
Expand Down

0 comments on commit 91c9043

Please sign in to comment.