Fix flake8 errors in updateReadme.py
authorgfyoung <redacted>
Sun, 20 Aug 2017 18:58:14 +0000 (11:58 -0700)
committergfyoung <redacted>
Sun, 20 Aug 2017 18:58:16 +0000 (11:58 -0700)
xref commit 8fb2df

updateReadme.py

index a0038cba2805bfe02305c786c2f2366791f3b6e2..730e29c9c595a39208dc89280fae62d8b5b48440 100644 (file)
@@ -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:
git clone https://git.99rst.org/PROJECT