]> git.decadent.org.uk Git - dak.git/commitdiff
syntax fixes
authorMark Hymers <mhy@debian.org>
Sun, 15 Nov 2009 18:43:28 +0000 (18:43 +0000)
committerMark Hymers <mhy@debian.org>
Sun, 15 Nov 2009 18:43:28 +0000 (18:43 +0000)
Signed-off-by: Mark Hymers <mhy@debian.org>
daklib/dbconn.py

index 4e54a3272ea75a4ba1f7c71b85ad0f7affb3b0eb..ecb610311bb23ad36cfecb81fa37c65f1a3032c6 100644 (file)
@@ -1479,12 +1479,12 @@ class DBChange(object):
                                                  session=session)
 
                 if found is None:
-                    Logger.log(["E: Found multiple files for pool (%s) for %s" %  % (chg_fn, entry["component"]))
+                    Logger.log(["E: Found multiple files for pool (%s) for %s" % (chg_fn, entry["component"])])
                 elif found is False and poolfile is not None:
-                    Logger.log(["E: md5sum/size mismatch for %s in pool" %  % (chg_fn))
+                    Logger.log(["E: md5sum/size mismatch for %s in pool" % (chg_fn)])
                 else:
                     if poolfile is None:
-                        Logger.log(["E: Could not find %s in pool" %  % (chg_fn))
+                        Logger.log(["E: Could not find %s in pool" % (chg_fn)])
                     else:
                         chg.poolfiles.append(poolfile)