]> git.decadent.org.uk Git - dak.git/blobdiff - dak/show_new.py
fix syntax error in show-new
[dak.git] / dak / show_new.py
index dd6a4a434189d1ee7f02716ac57fdc8c3874c476..e95096e8c3276af48a51eb180d92d7f7f2a8f084 100755 (executable)
@@ -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