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
python3.10/site-packages/pytarql/pytarql.py", line 178, in emit
format=self._args.output_format).decode('utf-8')
AttributeError: 'str' object has no attribute 'decode'. Did you mean: 'encode'?
The text was updated successfully, but these errors were encountered:
Changing this to encode 'works', but then another problem pops up
File "C:\Users\camer\AppData\Local\Programs\Python\Python311\Lib\site-packages\pytarql\pytarql.py", line 184, in emit
output.write(serialized.strip())
TypeError: write() argument must be str, not bytes
python3.10/site-packages/pytarql/pytarql.py", line 178, in emit
format=self._args.output_format).decode('utf-8')
AttributeError: 'str' object has no attribute 'decode'. Did you mean: 'encode'?
The text was updated successfully, but these errors were encountered: