You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "test.py", line 72, in
logger, cfg = init()
File "test.py", line 53, in init
cfg = gorilla.Config.fromfile(args.config)
File "H:\IST-Net\venv\lib\site-packages\gorilla\config\config.py", line 221, in fromfile
use_predefined_variables)
File "H:\IST-Net\venv\lib\site-packages\gorilla\config\config.py", line 135, in _file2dict
temp_config_file.name)
File "H:\IST-Net\venv\lib\site-packages\gorilla\config\config.py", line 116, in _substitute_predefined_vars
with open(temp_config_name, "w") as tmp_config_file:
PermissionError: [Errno 13] Permission denied: 'C:\Users\m\AppData\Local\Temp\tmp6sppxs54\tmp8de2yuuv.yaml'
script will delete tmp file . why did this happen?
The text was updated successfully, but these errors were encountered:
File "test.py", line 72, in
logger, cfg = init()
File "test.py", line 53, in init
cfg = gorilla.Config.fromfile(args.config)
File "H:\IST-Net\venv\lib\site-packages\gorilla\config\config.py", line 221, in fromfile
use_predefined_variables)
File "H:\IST-Net\venv\lib\site-packages\gorilla\config\config.py", line 135, in _file2dict
temp_config_file.name)
File "H:\IST-Net\venv\lib\site-packages\gorilla\config\config.py", line 116, in _substitute_predefined_vars
with open(temp_config_name, "w") as tmp_config_file:
PermissionError: [Errno 13] Permission denied: 'C:\Users\m\AppData\Local\Temp\tmp6sppxs54\tmp8de2yuuv.yaml'
script will delete tmp file . why did this happen?
The text was updated successfully, but these errors were encountered: