Skip to content

Commit

Permalink
models:file - rename File.file_size_in_bytes to .size
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Oct 31, 2023
1 parent 3923bb8 commit 363a332
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 @@ -70,7 +70,7 @@ class File(ACABase):
puid: Optional[str]
relative_path: Path = Field(primary_key=True)
is_binary: bool
file_size_in_bytes: int
size: int
signature: Optional[str]
warning: Optional[str] = None
action: list[TAction] = Field(default_factory=list)
Expand Down

0 comments on commit 363a332

Please sign in to comment.