Skip to content

Commit

Permalink
Merge branch 'main' into dev-matca
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Dec 6, 2023
2 parents 77e5e18 + b372eea commit b83e342
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 b83e342

Please sign in to comment.