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
Hello, when running the base example, I get this error:
Traceback (most recent call last):
File "/home/karim/code/convert/snippet-dumper/./dumper.py", line 25, in <module>
res = compiler.execute(query, params=params)
File "/home/karim/.local/lib/python3.10/site-packages/pferret/wrapper.py", line 28, in execute
script = reader.read()
AttributeError: 'str' object has no attribute 'read'