Fix weird comment

This commit is contained in:
Jakub Trllo 2023-12-27 15:55:39 +01:00 committed by GitHub
parent 25a0e64a06
commit 6db0dcbb44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -241,7 +241,7 @@ class PublishReportItem:
return False
# Auto fix 'created_at', use file modification time if it is not set
# , or current time if modification could not be received.
# or current time if modification could not be received.
if file_modified is not None:
created_at_obj = datetime.datetime.fromtimestamp(file_modified)
else: