Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Fix MassPay output alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Jul 30, 2015
1 parent 4431a57 commit 1c1c352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/masspay.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ def compute_input_csv():
))
row = (route.participant.username, route.address, route.fee_cap, amount)
writer.writerow(row)
print(" "*80, "-"*7)
print("{:>88}".format(total_gross))
print(" "*64, "-"*7)
print("{:>72}".format(total_gross))


def compute_output_csvs():
Expand Down

0 comments on commit 1c1c352

Please sign in to comment.