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

[dak/master] fix syntax error in show-new



Signed-off-by: Torsten Werner <twerner@debian.org>
---
 dak/show_new.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dak/show_new.py b/dak/show_new.py
index dd6a4a4..e95096e 100755
--- a/dak/show_new.py
+++ b/dak/show_new.py
@@ -166,7 +166,7 @@ def do_pkg(changes_file):
     sources.add(htmlname)
 
     htmlfile = os.path.join(cnf["Show-New::HTMLPath"], htmlname)
-    if os.path.exists(htmlfile) and
+    if os.path.exists(htmlfile) and \
         os.stat(htmlfile).st_mtime > os.stat(origchanges).st_mtime:
             session.close()
             return
-- 
1.5.6.5


Reply to: