Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Commit

Permalink
add new line
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Rodionov <rodionov@soramitsu.co.jp>
  • Loading branch information
Stayer committed Feb 8, 2019
1 parent b26aaa3 commit b58abc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkinsci/helpers/analyzeBuildTime.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ def diff_perc(a, b):
writer = csv.DictWriter(csvfile, fieldnames=fieldnames)
writer.writeheader()
for row in c:
writer.writerow(c[row])
writer.writerow(c[row])

0 comments on commit b58abc3

Please sign in to comment.