Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1erh84-00081W-B0 for pgadmin-hackers@arkaria.postgresql.org; Fri, 02 Mar 2018 09:37:28 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1erh82-0006cL-ST for pgadmin-hackers@arkaria.postgresql.org; Fri, 02 Mar 2018 09:37:26 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1erh82-0006cB-ND for pgadmin-hackers@lists.postgresql.org; Fri, 02 Mar 2018 09:37:26 +0000 Received: from mail-wr0-x235.google.com ([2a00:1450:400c:c0c::235]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1erh7z-0004mH-LP for pgadmin-hackers@postgresql.org; Fri, 02 Mar 2018 09:37:26 +0000 Received: by mail-wr0-x235.google.com with SMTP id v111so9392043wrb.3 for ; Fri, 02 Mar 2018 01:37:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=2o8t/TTE0/tUXI0lLzsGXi851SNKVc6JuAgtsJUZ194=; b=xzLw4H/TdQzEdYD+983zRtWDCv2T47bkTDczNOqRgkHgcT8KyQqvI722XzL+BnBffH l6EUJDZt7TM7XkrvflPpuvLtpJkDWDoLTF44Zo6uLHCk85Z1A8k8wnslvrAeASkenZ+F /wrMgKdjjGL+QURgRTnqyuhiNV3PEZj5OuxWjFs5bfLyLns3/iS7ngnNxyx7isp/yu1Y CUCSeBq5NRgH5lq8H9my4FhOKTyBqCer71TO8SsmMQUCiLE9+zqhio+QuapmgeoaDTHy QoQbbpsDlELpHNmen091aM5B8fr6vnGXm/dtbqwN88xJT7dUhHhiJhT5sgy+Vzhr3STl DszQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=2o8t/TTE0/tUXI0lLzsGXi851SNKVc6JuAgtsJUZ194=; b=jZCdijDOY0gNnPxbLayxBc4Zi8lUQBfuzA2ckeHsVeFA6MuAH/VedwWLelg1yvLl4S xAZ4PcEdbJL9OP4pkhWm7itYW5e36bW5mes+G6GQu8OpyE3BHrXqjcnQGSRKj/S2R97U 7C36K48KoaOiohFNMXdlq0ZXcdc47iVpjhKmbnOCUl+xnXPg0RHsPu/20WQB5rAoDtI/ 7Ut8MhLqco3sUPny+lu/JKtiCLgxfgD6DjiF+RYtmq+9PJPuvdJtEvDF5QZKQYcWYqJx K0EuV37IhGT1K0sVXByVcGwV21sXM4NUVoVNfAcu6qKBXhgxxKwSvp/AVPiJVpkYkBS4 Zw1w== X-Gm-Message-State: APf1xPDlONLrEm7DhIA3xwmIDm8/XIw65A5+mV5die4P20oR6F1hQEqT 0s2fzdCjJ+H5cPFauR/8SDfECY/FzLwm9bYAK0I3gg== X-Google-Smtp-Source: AG47ELvrxdcZc+4zZVKBY3V+UvbxhVrYTGT76fP4anfhLaWTN1tzi6Z1Fy5sS8GC5JFxOoW1ZKdCOlYQSEFhPh2QOT4= X-Received: by 10.223.184.230 with SMTP id c35mr4068553wrg.190.1519983442458; Fri, 02 Mar 2018 01:37:22 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.109.7 with HTTP; Fri, 2 Mar 2018 01:37:21 -0800 (PST) In-Reply-To: References: From: Dave Page Date: Fri, 2 Mar 2018 09:37:21 +0000 Message-ID: Subject: Re: [pgAdmin4][Patch]: PEP-8 issue fixes To: Khushboo Vashi Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="f403045fab6c270df405666ab997" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --f403045fab6c270df405666ab997 Content-Type: text/plain; charset="UTF-8" Thanks, applied. On Wed, Feb 28, 2018 at 4:19 AM, Khushboo Vashi < khushboo.vashi@enterprisedb.com> wrote: > > > On Mon, Feb 26, 2018 at 9:19 PM, Dave Page wrote: > >> Can you rebase this please? It doesn't apply against master. >> >> Please find the updated patch excluding utils module as it is already > done. > >> On Mon, Feb 26, 2018 at 12:04 PM, Khushboo Vashi < >> khushboo.vashi@enterprisedb.com> wrote: >> >>> Hi, >>> >>> Please find the attached patch to fix PEP-8 issues in the below modules: >>> >>> 1. about >>> 2. feature_tests >>> 3. misc >>> 4. utils >>> >>> Thanks, >>> Khushboo >>> >> >> >> >> -- >> Dave Page >> Blog: http://pgsnake.blogspot.com >> Twitter: @pgsnake >> >> EnterpriseDB UK: http://www.enterprisedb.com >> The Enterprise PostgreSQL Company >> > > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --f403045fab6c270df405666ab997 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, applied.

On Wed, Feb 28, 2018 at 4:19 AM, Khushboo Vashi <khushboo.vashi@enterprisedb.com> wrote:

On Mon, Feb 26, 2018 at 9:19 = PM, Dave Page <dpage@pgadmin.org> wrote:
Can you rebase this please? It doesn't = apply against master.

Pleas= e find the updated patch excluding utils module as it is already done.=C2= =A0
On Mon, Feb 26, 2018 at 12:04 PM, Khushboo Vashi <= ;khush= boo.vashi@enterprisedb.com> wrote:
Hi,

Please find the attac= hed patch to fix PEP-8 issues in the below modules:

1. about
2. feature_tests
3. misc
4. utils<= /div>

Thanks,
Khushboo



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pg= snake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL C= ompany




--
Dave Page
Blog: = http://pgsnake.bl= ogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com<= br>The Enterprise PostgreSQL Company
--f403045fab6c270df405666ab997--