Skip to content

Commit

Permalink
models.file:OriginalFile.from_file - invert position of `custom_signa…
Browse files Browse the repository at this point in the history
…tures` and `actions` parameters
  • Loading branch information
MatteoCampinoti94 committed Nov 27, 2024
1 parent 4abb0ce commit 7445252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acacore/models/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ def from_file(
path: str | PathLike[str],
root: str | PathLike[str],
siegfried: Siegfried | SiegfriedFile | None = None,
actions: dict[str, Action] | None = None,
custom_signatures: list[CustomSignature] | None = None,
actions: dict[str, Action] | None = None,
uuid: UUID | None = None,
parent: UUID | None = None,
processed: bool = False,
Expand Down

0 comments on commit 7445252

Please sign in to comment.