[diffoscope] 01/02: Add missing trailing comma.

Chris Lamb chris at chris-lamb.co.uk
Sun Mar 18 01:30:15 CET 2018


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

lamby pushed a commit to branch master
in repository diffoscope.

commit 66bce92a8d1ca70d440cf8c81b84c35eddfa39a5
Author: Chris Lamb <lamby at debian.org>
Date:   Sat Mar 17 20:09:08 2018 -0400

    Add missing trailing comma.
    
    Gbp-Dch: ignore
---
 diffoscope/external_tools.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diffoscope/external_tools.py b/diffoscope/external_tools.py
index eea15ce..0530255 100644
--- a/diffoscope/external_tools.py
+++ b/diffoscope/external_tools.py
@@ -265,7 +265,7 @@ EXTERNAL_TOOLS = {
     },
     'dumpxsb': {
         'debian': 'xmlutils',
-    }
+    },
 }
 
 # May be populated at runtime by remapped names like

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


More information about the diffoscope mailing list