Skip to content

Commit fba9cff

Browse files
committed
Changed debug message
1 parent 9c0f322 commit fba9cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codemodder/codetf/v3/codetf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def from_v2_result_per_finding(result: Result) -> FixResult | None:
159159
try:
160160
changeset: v2ChangeSet = next(cs for cs in result.changeset if cs.fixedFindings)
161161
except StopIteration:
162-
logger.debug("No fixedFinding in the given Result")
162+
logger.debug("Either no changesets or no fixedFinding in the given Result")
163163
return None
164164

165165
assert changeset.fixedFindings

0 commit comments

Comments
 (0)