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
{{ message }}
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
File "/home/db48x/projects/pyrs/pyrs/clike.py", line 79, in visit_Return
return 'return {0};'.format(self.visit(node.value))
File "/home/db48x/projects/pyrs/pyrs/clike.py", line 52, in visit
return super(CLikeTranspiler, self).visit(node)
File "/usr/lib64/python3.7/ast.py", line 262, in visit
return visitor(node)
File "/home/db48x/projects/pyrs/pyrs/transpiler.py", line 359, in visit_Tuple
elts = ", ".join(elts)
Looks like the code is this line, so I don't know why the second element is None:
return (output, errcode[0] if len(errcode) > 0 else 0)
The text was updated successfully, but these errors were encountered:
Looks like the code is this line, so I don't know why the second element is None:
The text was updated successfully, but these errors were encountered: