8950 : narrativeweb : change mtime at the bad place and made twice.
This commit is contained in:
parent
d4c923bef3
commit
714937ff5f
@ -549,13 +549,11 @@ 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
|
||||
if not os.path.isfile(from_path):
|
||||
from_path = CSS["Document"]["filename"]
|
||||
else:
|
||||
from_path = CSS["Document"]["filename"]
|
||||
report.copy_file(from_path, to_path)
|
||||
os.utime(to_path, (mtime, mtime))
|
||||
return to_path
|
||||
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user