We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b48d14 commit b02fae4Copy full SHA for b02fae4
src/cs50/sql.py
@@ -59,7 +59,7 @@ def _parse(self, e):
59
return matches.group(1)
60
61
# PostgreSQL
62
- matches = re.search(r"^\((psycopg2\.OperationalError)\) (.+)$", str(e))
+ matches = re.search(r"^\(psycopg2\.OperationalError\) (.+)$", str(e))
63
if matches:
64
65
0 commit comments