From: Torsten Werner Date: Tue, 4 Jan 2011 20:45:40 +0000 (+0100) Subject: fix syntax error in show-new X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=c3d74533e0aeb55a418b46f2325e4b2623314fe2;p=dak.git fix syntax error in show-new Signed-off-by: Torsten Werner --- diff --git a/dak/show_new.py b/dak/show_new.py index dd6a4a43..e95096e8 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