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 62f0d7d commit 4713a6cCopy full SHA for 4713a6c
src/clusterfuzz/_internal/cron/triage.py
@@ -442,7 +442,7 @@ def main():
442
# Clean up old triage messages that would be not applicable now.
443
testcase.delete_metadata(TRIAGE_MESSAGE_KEY, update_testcase=False)
444
445
- # # File the bug first and then create filed bug metadata.
+ # File the bug first and then create filed bug metadata.
446
if not _file_issue(testcase, issue_tracker, throttler):
447
logs.info(f'Issue filing failed for testcase id {testcase_id}')
448
continue
0 commit comments