From: gfyoung Date: Sun, 20 Aug 2017 18:58:14 +0000 (-0700) Subject: Fix flake8 errors in updateReadme.py X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=262ad9579126adaff42ba242e30ebad6ae0af0e7;p=stevenblack-hosts.git Fix flake8 errors in updateReadme.py xref commit 8fb2df --- diff --git a/updateReadme.py b/updateReadme.py index a0038cba2..730e29c9c 100644 --- a/updateReadme.py +++ b/updateReadme.py @@ -23,8 +23,10 @@ PY3 = sys.version_info >= (3, 0) def main(): - s = Template('${description} | [Readme](https://github.com/StevenBlack/hosts/blob/master/${location}readme.md) | ' - '[link](https://raw.githubusercontent.com/StevenBlack/hosts/master/${location}hosts) | ' + s = Template('${description} | [Readme](https://github.com/StevenBlack/' + 'hosts/blob/master/${location}readme.md) | ' + '[link](https://raw.githubusercontent.com/StevenBlack/' + 'hosts/master/${location}hosts) | ' '${fmtentries} | ' '[link](http://sbc.io/hosts/${location}hosts)') with open(README_DATA_FILENAME, 'r') as f: