From 62db370b9bf7b22f70793dbe70fab62c5824b6cc Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 26 Nov 2014 00:08:10 -0800 Subject: [PATCH] cache was mishandling deletes that could be renames --- cache.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cache.py b/cache.py index 098c86e4..76867f56 100644 --- a/cache.py +++ b/cache.py @@ -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]