We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648c0a0 commit 7661396Copy full SHA for 7661396
1 file changed
pycatfile.py
@@ -404,8 +404,8 @@ def _is_printable(ch):
404
__use_json_name__ = "catfile.json"
405
if(__use_ini_file__ and __use_json_file__):
406
__use_json_file__ = False
407
-if('PYARCHIVEFILE_CONFIG_FILE' in os.environ and os.path.exists(os.environ['PYARCHIVEFILE_CONFIG_FILE']) and __use_env_file__):
408
- scriptconf = os.environ['PYARCHIVEFILE_CONFIG_FILE']
+if('PYCATFILE_CONFIG_FILE' in os.environ and os.path.exists(os.environ['PYCATFILE_CONFIG_FILE']) and __use_env_file__):
+ scriptconf = os.environ['PYCATFILE_CONFIG_FILE']
409
else:
410
prescriptpath = get_importing_script_path()
411
if(prescriptpath is not None):
0 commit comments