Skip to content

Commit 8569aa1

Browse files
author
James William Pye
committed
Remove "session abort" error printout.
1 parent 31359db commit 8569aa1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

postgresql/bin/pg_python.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def command(argv = sys.argv):
5050
try:
5151
clientparameters.resolve_password(cond, prompt_title = 'pg_python')
5252
except EOFError:
53-
sys.stderr.write(os.linesep + "ERROR: session aborted" + os.linesep)
5453
raise SystemExit(1)
5554
connector = pg_driver.create(**cond)
5655
connection = connector()

0 commit comments

Comments
 (0)