Content-Length: 259611 | pFad | http://github.com/postgrespro/testgres/commit/79a8dc5e17f631dd8dc74b1bfa97c910c4c2c7b1

EF Remove unnecessary output (#88) · postgrespro/testgres@79a8dc5 · GitHub
Skip to content

Commit 79a8dc5

Browse files
authored
Remove unnecessary output (#88)
1 parent 1a2f6da commit 79a8dc5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

testgres/connection.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ def execute(self, query, *args):
110110
res = [tuple(t) for t in res]
111111

112112
return res
113-
except Exception as e:
114-
print("Error executing query: {}".format(e))
113+
except Exception:
115114
return None
116115

117116
def close(self):

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/testgres/commit/79a8dc5e17f631dd8dc74b1bfa97c910c4c2c7b1

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy