Skip to content

Commit

Permalink
Fixes #224 run -vv was broken
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Apr 26, 2015
1 parent ffc7abe commit 967a7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tradecalc.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def detail(self, tdenv):
def genSubValues():
for hop in hops:
for (tr, qty) in hop[0]:
yield tr.name()
yield len(tr.name())
longestNameLen = max(genSubValues())

text = self.str()
Expand Down

0 comments on commit 967a7b5

Please sign in to comment.