Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
PJ-Finlay committed Aug 15, 2024
1 parent 4a3732e commit baececa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions argostranslate/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ class ChunkType(Enum):
+ "Technologies, LLC (www.argosopentech.com). "
)

# TODO is this being used?
version_file = pathlib.Path(__file__).parent.resolve() / "__version__"
with open(version_file) as version_file_data:
argos_version = version_file_data.read().strip()
Expand Down

0 comments on commit baececa

Please sign in to comment.