[pgAdmin4][RM#3082] Fix PEP-8 issues

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][RM#3082] Fix PEP-8 issues
Date: 2018-02-02 17:46:58
Message-ID: CAKKotZShS94W1+LN8uX=nVLXT20oZ0gE_EteJj4=dLmhARy_+A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

PFA patch to fix PEP-8 issues in feature_tests, dashboard, about and misc
module's python code.

To verify the changes,
1) activate virtual environemt
2) Navigate to ../web directory and run following
pycodestyle --config=.pycodestyle ./pgadmin/misc/
pycodestyle --config=.pycodestyle ./pgadmin/about/
pycodestyle --config=.pycodestyle ./pgadmin/dashboard/
pycodestyle --config=.pycodestyle ./pgadmin/feature_tests/

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
fix_PEP8.diff text/plain 90.4 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Joao De Almeida Pereira 2018-02-02 22:50:30 [pgadmin][patch] [GreenPlum] When user press Explain Plan and Explain analyze plan an error is displayed
Previous Message Dave Page 2018-02-02 14:23:47 Re: [pgAdmin4][RM#3016] Properly display notices in case of error