[Reportbug-commits] [reportbug] 04/05: fix a SyntaxError due to a spurious closed parentesis

Sandro Tosi morph at moszumanska.debian.org
Wed Dec 16 06:39:45 UTC 2015


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

morph pushed a commit to branch master
in repository reportbug.

commit ee1693d020456bc31d12246b57acaa23051ac9e1
Author: Sandro Tosi <morph at debian.org>
Date:   Wed Dec 16 06:36:56 2015 +0000

    fix a SyntaxError due to a spurious closed parentesis
---
 reportbug/utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reportbug/utils.py b/reportbug/utils.py
index 9a0977f..6336f3f 100644
--- a/reportbug/utils.py
+++ b/reportbug/utils.py
@@ -97,7 +97,7 @@ CODENAME2SUITE = {'squeeze': 'oldoldstable',
                 'buster': 'next-testing',
                 'sid': 'unstable',
                 'experimental': 'experimental'}
-SUITE2CODENAME = dict([(suite, codename) for codename, suite in CODENAME2SUITE.items())])
+SUITE2CODENAME = dict([(suite, codename) for codename, suite in CODENAME2SUITE.items()])
 
 
 def realpath(filename):

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



More information about the Reportbug-commits mailing list