Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Nov 29, 2014
1 parent 0ecebe6 commit 2d9ad55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ TradeDangerous, Copyright (C) Oliver "kfsone" Smith, July 2014
==============================================================================

v6.1.2 Nov 28 2014
. (kfsone) System/Station name lookups are more friendly again
. (kfsone) '-q' now silences "unknown ..." warnings when importing with "-i"
. (gazelle) Improvements to .CSV file handling,
. (gazelle) Additional stations, data cleanup, etc.
Expand Down
2 changes: 1 addition & 1 deletion commands/commandenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def check(label, fieldName, wantStation):
if len(place.stations) > 1:
raise AmbiguityError(
label, key, place.stations,
key=lambda: key.name()
key=lambda key: key.name()
)

return place.stations[0]
Expand Down

0 comments on commit 2d9ad55

Please sign in to comment.