Skip to content

Commit

Permalink
models:file - fix variable name error
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Nov 30, 2023
1 parent 93f66d6 commit b372eea
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 @@ -52,7 +52,7 @@ def _ignore_if(file: "File", ignore_ifs: list[IgnoreIfAction]) -> "File":

if action and action_data:
file.action = action
file.action_data = action
file.action_data = action_data

return file

Expand Down

0 comments on commit b372eea

Please sign in to comment.