We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bacb1f commit d07c794Copy full SHA for d07c794
1 file changed
pyfoxfile.py
@@ -372,8 +372,8 @@ def _is_printable(ch):
372
__use_json_name__ = "foxfile.json"
373
if(__use_ini_file__ and __use_json_file__):
374
__use_json_file__ = False
375
-if('PYARCHIVEFILE_CONFIG_FILE' in os.environ and os.path.exists(os.environ['PYARCHIVEFILE_CONFIG_FILE']) and __use_env_file__):
376
- scriptconf = os.environ['PYARCHIVEFILE_CONFIG_FILE']
+if('PYFOXFILE_CONFIG_FILE' in os.environ and os.path.exists(os.environ['PYFOXFILE_CONFIG_FILE']) and __use_env_file__):
+ scriptconf = os.environ['PYFOXFILE_CONFIG_FILE']
377
else:
378
prescriptpath = get_importing_script_path()
379
if(prescriptpath is not None):
0 commit comments