From 0283f68d7f91df6966a804662304031980b320bd Mon Sep 17 00:00:00 2001 From: Khushboo Vashi Date: Thu, 8 Mar 2018 11:07:05 +0000 Subject: [PATCH] Minor formatting fix --- web/pgAdmin4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pgAdmin4.py b/web/pgAdmin4.py index 138ce696b..6d0453b0f 100644 --- a/web/pgAdmin4.py +++ b/web/pgAdmin4.py @@ -55,7 +55,7 @@ if not os.path.isfile(config.SQLITE_PATH): os.path.dirname(os.path.realpath(u(__file__, fs_encoding))), u'setup.py' ) - exec (open(file_quote(setupfile), 'r').read()) + exec(open(file_quote(setupfile), 'r').read()) ########################################################################## # Server startup