We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57724c1 commit c9e0e40Copy full SHA for c9e0e40
src/clusterfuzz/stacktraces/__init__.py
@@ -178,7 +178,7 @@ def update_state_on_match(self,
178
state_from_group=None,
179
address_filter=lambda s: s,
180
type_filter=lambda s: s,
181
- reset=False) -> re.Match or None:
+ reset=False) -> re.Match | None:
182
"""Update the specified parts of the state if we have a match."""
183
184
match = compiled_regex.match(line)
0 commit comments