Skip to content

Commit 327ee6c

Browse files
committed
Doc
1 parent e4a1cbe commit 327ee6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

argostranslate/settings.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"""
88
Argos Translate can be configured using either environment variables or json file
99
10+
Configurations from environment variables supersede configurations from the JSON file.
11+
1012
### Environment variables
1113
```
1214
export ARGOS_DEBUG="0"
@@ -212,7 +214,6 @@ class ChunkType(Enum):
212214
# Fix Intel bug
213215
# https://github.com/argosopentech/argos-translate/issues/40
214216
os.environ["KMP_DUPLICATE_LIB_OK"] = "True"
215-
216217
# Will search all of these directories for packages
217218
package_dirs = [package_data_dir]
218219
if "SNAP" in os.environ:

0 commit comments

Comments
 (0)