[SCM] mediagoblin/master: Fix patch 1001. Closes: Bug#873496. Thanks to Piotr Ożarowski.

js at users.alioth.debian.org js at users.alioth.debian.org
Mon Aug 28 12:53:17 UTC 2017


The following commit has been merged in the master branch:
commit 8e6279e4dcb2165f6066135723d7655ad06cb807
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Aug 28 14:45:41 2017 +0200

    Fix patch 1001. Closes: Bug#873496. Thanks to Piotr Ożarowski.

diff --git a/debian/patches/1001_fix_exception_syntax.patch b/debian/patches/1001_fix_exception_syntax.patch
index 6a64317..ac790f6 100644
--- a/debian/patches/1001_fix_exception_syntax.patch
+++ b/debian/patches/1001_fix_exception_syntax.patch
@@ -10,7 +10,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
                  return username, email
  
 -            except ldap.LDAPError, e:
-+            except(ldap.LDAPError, e):
++            except ldap.LDAPError as e:
                  _log.info(e)
  
              finally:

-- 
mediagoblin packaging



More information about the pkg-multimedia-commits mailing list