From 6db0dcbb44cc63c83113ef04af56e6e999cd5d41 Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Wed, 27 Dec 2023 15:55:39 +0100 Subject: [PATCH] Fix weird comment --- openpype/tools/publisher/publish_report_viewer/window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/tools/publisher/publish_report_viewer/window.py b/openpype/tools/publisher/publish_report_viewer/window.py index 9dbe991201..7cc7c6366a 100644 --- a/openpype/tools/publisher/publish_report_viewer/window.py +++ b/openpype/tools/publisher/publish_report_viewer/window.py @@ -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: