Skip to content

Commit

Permalink
remove the underscore on calls
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoumis committed Feb 6, 2025
1 parent de28f31 commit 069291b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cuckoo/core/reporting/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class Argument(BaseModel):
repeated: int = 0

class Calls(BaseModel):
calls_: list[Call] = []
calls: list[Call] = []
pid: int

class ProcMemory(BaseModel):
Expand Down

0 comments on commit 069291b

Please sign in to comment.