[trydiffoscope] 01/03: trydiffoscope: flake8

Chris Lamb chris at chris-lamb.co.uk
Wed Dec 6 22:01:15 UTC 2017


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository trydiffoscope.

commit 265a2810d4283d64e2eaecef4b3bda964e692048
Author: Chris Lamb <lamby at debian.org>
Date:   Wed Dec 6 21:58:48 2017 +0000

    trydiffoscope: flake8
---
 trydiffoscope | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/trydiffoscope b/trydiffoscope
index f3d6f55..ac0c117 100755
--- a/trydiffoscope
+++ b/trydiffoscope
@@ -26,6 +26,7 @@ import argparse
 import requests
 import webbrowser
 
+
 class TryDiffoscope(object):
     def __init__(self, args):
         self.args = args
@@ -86,6 +87,7 @@ class TryDiffoscope(object):
 
         return 1
 
+
 if __name__ == '__main__':
     parser = argparse.ArgumentParser()
 
@@ -125,7 +127,7 @@ if __name__ == '__main__':
         '-w',
         '--webbrowser',
         help="open webbrowser to URL instead of managing results "
-            "locally (implies -u)",
+             "locally (implies -u)",
         action='store_true',
     )
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/trydiffoscope.git



More information about the Reproducible-commits mailing list