Skip to content

Commit 4713a6c

Browse files
committed
Fix nit
1 parent 62f0d7d commit 4713a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clusterfuzz/_internal/cron/triage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ def main():
442442
# Clean up old triage messages that would be not applicable now.
443443
testcase.delete_metadata(TRIAGE_MESSAGE_KEY, update_testcase=False)
444444

445-
# # File the bug first and then create filed bug metadata.
445+
# File the bug first and then create filed bug metadata.
446446
if not _file_issue(testcase, issue_tracker, throttler):
447447
logs.info(f'Issue filing failed for testcase id {testcase_id}')
448448
continue

0 commit comments

Comments
 (0)