From c3d74533e0aeb55a418b46f2325e4b2623314fe2 Mon Sep 17 00:00:00 2001 From: Torsten Werner Date: Tue, 4 Jan 2011 21:45:40 +0100 Subject: [PATCH] fix syntax error in show-new Signed-off-by: Torsten Werner --- dak/show_new.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2