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 "/usr/lib/python3.10/site-packages/orgparse/__init__.py", line 142, in load
return loadi(lines, filename=filename, env=env)
File "/usr/lib/python3.10/site-packages/orgparse/__init__.py", line 162, in loadi
return parse_lines(lines, filename=filename, env=env)
File "/usr/lib/python3.10/site-packages/orgparse/node.py", line 1447, in parse_lines
raise ValueError('If env is specified, filename must match')
Just converting path to str during env creation workarounds:
=>
Just converting path to str during env creation workarounds:
The text was updated successfully, but these errors were encountered: