[Piuparts-commits] [piuparts] 04/11: p: fix missing commas in recently added ignored_files

Holger Levsen holger at moszumanska.debian.org
Fri Jan 23 12:18:04 UTC 2015


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

holger pushed a commit to branch develop
in repository piuparts.

commit b25741e12628b557502ba3d42f7733fe624bdf7e
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sun Jan 18 05:09:21 2015 +0100

    p: fix missing commas in recently added ignored_files
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 piuparts.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/piuparts.py b/piuparts.py
index 89c022b..efc56d8 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -330,9 +330,9 @@ class Settings:
             "/etc/ssl/certs/",
             "/etc/ssl/private/",
             "/etc/xml/",
-            "/usr/share/dh-python/"
-            "/usr/share/dh-python/dhpython/"
-            "/usr/share/dh-python/dhpython/build/"
+            "/usr/share/dh-python/",
+            "/usr/share/dh-python/dhpython/",
+            "/usr/share/dh-python/dhpython/build/",
             "/usr/share/python3/",
             "/usr/share/python3/debpython/",
             # HACKS

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



More information about the Piuparts-commits mailing list