Skip to content

Commit

Permalink
Fix lint again
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorguidi committed Dec 23, 2024
1 parent cb53310 commit b2dffec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clusterfuzz/_internal/common/testcase_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def emit_testcase_triage_duration_metric(testcase_id: int, step: str):
if not testcase.get_age_in_seconds():
logs.warning(f'No timestamp associated to testcase {testcase_id},'
' failed to emit TESTCASE_TRIAGE_DURATION metric.')
return
return

testcase_age_in_hours = testcase.get_age_in_seconds() / (60 * 60)

Expand Down

0 comments on commit b2dffec

Please sign in to comment.