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