Skip to content

Commit

Permalink
cache was mishandling deletes that could be renames
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Nov 26, 2014
1 parent 26bc7dd commit 62db370
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ def changeStation(matches):
if systemName == DELETED or stationName == DELETED:
tdenv.DEBUG1("DELETED: {}", facility)
stationID = DELETED
return
facility = systemName.upper() + '/' + stationName.upper()
try:
stationID = systemByName[facility]
Expand Down

0 comments on commit 62db370

Please sign in to comment.