-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
P3Highest Priority, someone is/should be actively working on thisHighest Priority, someone is/should be actively working on this
Description
Line 1178 in a3781a9
match = re.search(r"bPMASS_TYPE\s*=\s*\w*", command, re.IGNORECASE) |
I think there is a "\" missing: r"bPMASS_TYPE\s*=\s*\w*" -> r"\bPMASS_TYPE\s*=\s*\w*"
Metadata
Metadata
Assignees
Labels
P3Highest Priority, someone is/should be actively working on thisHighest Priority, someone is/should be actively working on this