Skip to content

Commit

Permalink
Fix for system/station matching ... system
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Jan 2, 2015
1 parent ec4f5f8 commit c68f52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tradedb.py
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ def lookup(name, candidates):
if sysName:
try:
sys = self.systemByName[sysName]
return sys
exactMatch = [ sys ]
except KeyError:
lookup(sysName, self.systemByID.values())
if stnName:
Expand Down

0 comments on commit c68f52b

Please sign in to comment.