From b9d3378020266ed82ee352c3c246502e5cf6c5f5 Mon Sep 17 00:00:00 2001 From: SNoiraud Date: Fri, 4 Dec 2015 11:11:16 +0100 Subject: [PATCH] 8950 : narrativeweb : change mtime at the bad place and made twice. --- gramps/plugins/webreport/narrativeweb.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/gramps/plugins/webreport/narrativeweb.py b/gramps/plugins/webreport/narrativeweb.py index 20c597399..c6e8f1939 100644 --- a/gramps/plugins/webreport/narrativeweb.py +++ b/gramps/plugins/webreport/narrativeweb.py @@ -549,8 +549,6 @@ def copy_thumbnail(report, handle, photo, region=None): from_path = get_thumbnail_path(full_path, photo.get_mime_type(), region) - mtime = os.stat(full_path).st_mtime - os.utime(to_path, (mtime, mtime)) if not os.path.isfile(from_path): from_path = CSS["Document"]["filename"] else: