From 97decd748db1ba9955edf375cda6ac9e7e848a7d Mon Sep 17 00:00:00 2001 From: Toke Stuart Jepsen Date: Thu, 14 Mar 2024 12:17:14 +0000 Subject: [PATCH] Code cosmetics --- client/ayon_core/plugins/load/export_otio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ayon_core/plugins/load/export_otio.py b/client/ayon_core/plugins/load/export_otio.py index bbdcf27e8c..258a0130a5 100644 --- a/client/ayon_core/plugins/load/export_otio.py +++ b/client/ayon_core/plugins/load/export_otio.py @@ -199,7 +199,7 @@ class ExportOTIOOptionsDialog(QtWidgets.QDialog): show_message_dialog( "Wrong extension.", ( - "Output path needs to end with .otio." + "Output path needs to end with \".otio\"." ), level="critical", parent=self