mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Fix weird comment
This commit is contained in:
parent
25a0e64a06
commit
6db0dcbb44
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue