From f9281ce6bc216994d5b272c265bb74bc8ea289bc Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sun, 15 Nov 2009 18:43:28 +0000 Subject: [PATCH] syntax fixes Signed-off-by: Mark Hymers --- daklib/dbconn.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/daklib/dbconn.py b/daklib/dbconn.py index 4e54a327..ecb61031 100644 --- a/daklib/dbconn.py +++ b/daklib/dbconn.py @@ -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) -- 2.39.2