summaryrefslogtreecommitdiffstats
path: root/pgcli/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'pgcli/main.py')
-rw-r--r--pgcli/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcli/main.py b/pgcli/main.py
index 54d4941f..fb3b3546 100644
--- a/pgcli/main.py
+++ b/pgcli/main.py
@@ -363,7 +363,7 @@ class PGCli(object):
user=user,
host=host,
port=port,
- **self.pgexecute.extra_args
+ **self.pgexecute.extra_args,
)
except OperationalError as e:
click.secho(str(e), err=True, fg="red")