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 9c0f322 commit fba9cffCopy full SHA for fba9cff
src/codemodder/codetf/v3/codetf.py
@@ -159,7 +159,7 @@ def from_v2_result_per_finding(result: Result) -> FixResult | None:
159
try:
160
changeset: v2ChangeSet = next(cs for cs in result.changeset if cs.fixedFindings)
161
except StopIteration:
162
- logger.debug("No fixedFinding in the given Result")
+ logger.debug("Either no changesets or no fixedFinding in the given Result")
163
return None
164
165
assert changeset.fixedFindings
0 commit comments