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 was archived by the owner on Dec 14, 2024. It is now read-only.
Stumbled on this:
File "./xsd2pgsql/xsd2pgsql.py", line 267
print result[1].replace('\n\n', '')
^
SyntaxError: invalid syntax
Adding parentheses perhaps??
I would have created a pull request, but there are too many errors there. Did you perhaps use python2 for this project?
No success trying to run it on Python3