mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Minor formatting fix
This commit is contained in:
parent
7796a47b12
commit
0283f68d7f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user