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
Traceback (most recent call last):
File "test.py", line 179, in
conf_arg.update(yamlread(args.get('conf_path')))
File "/root/test/RePaint/utils/init.py", line 29, in yamlread
return yaml.safe_load(txtread(path=path))
File "/root/test/RePaint/utils/init.py", line 23, in txtread
path = os.path.expanduser(path)
File "/root/anaconda3/envs/try/lib/python3.7/posixpath.py", line 235, in expanduser
path = os.fspath(path)
TypeError: expected str, bytes or os.PathLike object, not NoneType?
I meet this error can anyone help me ?
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "test.py", line 179, in
conf_arg.update(yamlread(args.get('conf_path')))
File "/root/test/RePaint/utils/init.py", line 29, in yamlread
return yaml.safe_load(txtread(path=path))
File "/root/test/RePaint/utils/init.py", line 23, in txtread
path = os.path.expanduser(path)
File "/root/anaconda3/envs/try/lib/python3.7/posixpath.py", line 235, in expanduser
path = os.fspath(path)
TypeError: expected str, bytes or os.PathLike object, not NoneType?
I meet this error can anyone help me ?
The text was updated successfully, but these errors were encountered: