Skip to content

Commit

Permalink
changed name to just extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Lindholm committed Nov 15, 2023
1 parent 2b075c2 commit 07ac0f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acacore/models/reference_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ class ExtractAction(BaseModel):
Attributes:
tool (str): The name of the tool used for extraction.
file_extension (Optional[str]): The suffix that the file should have. Defaults to None.
extension (Optional[str]): The suffix that the file should have. Defaults to None.
dir_suffix (str): The output directory where the extracted data will be saved.
"""

tool: str
file_extension: Optional[str] = None
extension: Optional[str] = None
dir_suffix: str


Expand Down

0 comments on commit 07ac0f3

Please sign in to comment.