From b74e86f48aa6d007b681e2723ff28fe82a49fa9d Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 23 Nov 2014 22:21:46 +0100 Subject: Fix all PEP8 issues except E501 --- devscripts/gh-pages/update-sites.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devscripts/gh-pages') diff --git a/devscripts/gh-pages/update-sites.py b/devscripts/gh-pages/update-sites.py index 0d526784d..4a6bb5e35 100755 --- a/devscripts/gh-pages/update-sites.py +++ b/devscripts/gh-pages/update-sites.py @@ -22,7 +22,7 @@ def main(): continue elif ie_desc is not None: ie_html += ': {}'.format(ie.IE_DESC) - if ie.working() == False: + if not ie.working(): ie_html += ' (Currently broken)' ie_htmls.append('
  • {}
  • '.format(ie_html)) -- cgit v1.2.3