Skip to content

Commit

Permalink
Fix for derp checks that don't match an entire word
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Jan 23, 2015
1 parent 633d70a commit 3a234d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ def getItemByNameIndex(cur):
\bAN[O3]RA[O3]E\b |
VVELL\b |
[O0]IRAC\b
)\b''', flags=re.X)
)''', flags=re.X)


def checkForOcrDerp(tdenv, systemName, stationName):
Expand Down

0 comments on commit 3a234d9

Please sign in to comment.