why is there a catch all in states D:
This commit is contained in:
parent
0f343419d2
commit
205bd04a70
1 changed files with 0 additions and 1 deletions
|
|
@ -3719,7 +3719,6 @@ def searchSS(state, pbar):
|
|||
(r"<STATE_HELP>\n(.*)\n", False),
|
||||
(r"<ShowHoverState:\s?(.+?)>", False),
|
||||
(r"<Detail:\s?(.+?)>", False),
|
||||
(r"(.+)", True),
|
||||
]
|
||||
notesBatch = []
|
||||
notesBatchMap = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue