Commit 275e7f7 1 parent 22134fe commit 275e7f7 Copy full SHA for 275e7f7
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ def get_installed_packages(path: Path = None) -> list[Package]:
310
310
311
311
Looks for packages in <home>/.argos-translate/local/share/packages by
312
312
default. Will also look in the directory specified
313
- in the ARGOS_TRANSLATE_PACKAGE_DIR environment variable
313
+ in the ARGOS_PACKAGE_DIR environment variable
314
314
if it is set.
315
315
316
316
Args:
Original file line number Diff line number Diff line change 48
48
)
49
49
os .makedirs (data_dir , exist_ok = True )
50
50
51
- # ARGOS_TRANSLATE_PACKAGES_DIR deprecated 1.2.0
51
+ # ARGOS_TRANSLATE_PACKAGE_DIR deprecated 1.2.0
52
52
legacy_package_data_dir = Path (
53
- os .getenv ("ARGOS_TRANSLATE_PACKAGES_DIR " , default = data_dir / "packages" )
53
+ os .getenv ("ARGOS_TRANSLATE_PACKAGE_DIR " , default = data_dir / "packages" )
54
54
)
55
55
56
56
config_dir = (
You can’t perform that action at this time.
0 commit comments