Skip to content

Commit

Permalink
Fixed no details
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Mar 16, 2015
1 parent 2633c33 commit 5a60712
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 @@ -275,7 +275,7 @@ def decorateStation(station):
details.append('Ref:'+station.refuel)
details = "{} ({})".format(
station.name(),
", ".join(details or "no details")
", ".join(details or ["no details"])
)
return details
else:
Expand Down

0 comments on commit 5a60712

Please sign in to comment.