Update engine/parser_ext.py
Browse files- engine/parser_ext.py +1 -1
engine/parser_ext.py
CHANGED
|
@@ -170,7 +170,7 @@ def _parse_pigment(text: str, parsed: Dict[str,str]):
|
|
| 170 |
|
| 171 |
COLONY_PATTERNS = [
|
| 172 |
"Mucoid","Smooth","Rough","Filamentous",
|
| 173 |
-
"Spreading","Swarming","Sticky",
|
| 174 |
"Ground-glass","Molar-tooth","Dry","Chalky","Corroding",
|
| 175 |
]
|
| 176 |
|
|
|
|
| 170 |
|
| 171 |
COLONY_PATTERNS = [
|
| 172 |
"Mucoid","Smooth","Rough","Filamentous",
|
| 173 |
+
"Spreading","Swarming","Sticky","Irregular",
|
| 174 |
"Ground-glass","Molar-tooth","Dry","Chalky","Corroding",
|
| 175 |
]
|
| 176 |
|