We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3732e commit baececaCopy full SHA for baececa
argostranslate/settings.py
@@ -180,6 +180,7 @@ class ChunkType(Enum):
180
+ "Technologies, LLC (www.argosopentech.com). "
181
)
182
183
+# TODO is this being used?
184
version_file = pathlib.Path(__file__).parent.resolve() / "__version__"
185
with open(version_file) as version_file_data:
186
argos_version = version_file_data.read().strip()
0 commit comments