public inbox for [email protected]  
help / color / mirror / Atom feed
From: Khushboo Vashi <[email protected]>
To: pgadmin-hackers <[email protected]>
Subject: [pgAdmin4][Patch]: PEP-8 fix
Date: Thu, 8 Mar 2018 16:09:44 +0530
Message-ID: <CAFOhELfQ9j4UrohKf5pO==KmWVBfWjLw-PfaqaZsw7rckpvDDg@mail.gmail.com> (raw)

Hi,

Please find a small pep-8 fix.

Thanks,
Khushboo


Attachments:

  [text/x-patch] PEP-8_fix.patch (479B, 3-PEP-8_fix.patch)
  download | inline diff:
diff --git a/web/pgAdmin4.py b/web/pgAdmin4.py
index 138ce69..6d0453b 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


reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: [pgAdmin4][Patch]: PEP-8 fix
  In-Reply-To: <CAFOhELfQ9j4UrohKf5pO==KmWVBfWjLw-PfaqaZsw7rckpvDDg@mail.gmail.com>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox