Skip to content

Commit 708f972

Browse files
committed
ChangeSets can also be optional when finding is not fixed
1 parent afa2ff7 commit 708f972

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
@@ -108,7 +108,7 @@ class FixResult(BaseModel):
108108

109109
finding: Finding | V2Finding
110110
fixStatus: FixStatus
111-
changeSets: list[ChangeSet]
111+
changeSets: list[ChangeSet] = []
112112
fixMetadata: Optional[FixMetadata] = None
113113
fixQuality: Optional[FixQuality] = None
114114
# A description of the reasoning process that led to the fix

0 commit comments

Comments
 (0)