summaryrefslogtreecommitdiffstats
path: root/pgcli/pgexecute.py
diff options
context:
space:
mode:
authorSaif Hakim <saif@benchling.com>2018-07-04 01:28:24 -0700
committerSaif Hakim <saif@benchling.com>2018-07-04 01:36:50 -0700
commit80957c59c51951c09dc0dd02ed762e8f4bd4ef2a (patch)
treeaff8553cd6f60b2a7691343fcb63980bcc1f3f31 /pgcli/pgexecute.py
parent5cdb15199985f9e79f434aa1af302d4ab0523fdc (diff)
Fix lint, update AUTHORS, and changelog
Diffstat (limited to 'pgcli/pgexecute.py')
-rw-r--r--pgcli/pgexecute.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcli/pgexecute.py b/pgcli/pgexecute.py
index 21554580..58986aca 100644
--- a/pgcli/pgexecute.py
+++ b/pgcli/pgexecute.py
@@ -353,7 +353,7 @@ class PGExecute(object):
def _must_raise(self, e):
"""Return true if e is an error that should not be caught in ``run``.
-
+
An uncaught error will prompt the user to reconnect; as long as we
detect that the connection is stil open, we catch the error, as
reconnecting won't solve that problem.