[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] syntax fixes



Signed-off-by: Mark Hymers <mhy@debian.org>
---
 daklib/dbconn.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/daklib/dbconn.py b/daklib/dbconn.py
index 4e54a32..ecb6103 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)
 
-- 
1.6.3.3


Reply to: