Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
PJ-Finlay committed Aug 18, 2024
1 parent e4a1cbe commit 327ee6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion argostranslate/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"""
Argos Translate can be configured using either environment variables or json file
Configurations from environment variables supersede configurations from the JSON file.
### Environment variables
```
export ARGOS_DEBUG="0"
Expand Down Expand Up @@ -212,7 +214,6 @@ class ChunkType(Enum):
# Fix Intel bug
# https://github.com/argosopentech/argos-translate/issues/40
os.environ["KMP_DUPLICATE_LIB_OK"] = "True"

# Will search all of these directories for packages
package_dirs = [package_data_dir]
if "SNAP" in os.environ:
Expand Down

0 comments on commit 327ee6c

Please sign in to comment.