Skip to content

Commit d07c794

Browse files
author
Kazuki Suzuki Przyborowski
committed
Update pyfoxfile.py
1 parent 1bacb1f commit d07c794

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyfoxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,8 @@ def _is_printable(ch):
372372
__use_json_name__ = "foxfile.json"
373373
if(__use_ini_file__ and __use_json_file__):
374374
__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']
375+
if('PYFOXFILE_CONFIG_FILE' in os.environ and os.path.exists(os.environ['PYFOXFILE_CONFIG_FILE']) and __use_env_file__):
376+
scriptconf = os.environ['PYFOXFILE_CONFIG_FILE']
377377
else:
378378
prescriptpath = get_importing_script_path()
379379
if(prescriptpath is not None):

0 commit comments

Comments
 (0)