From f27e22a33fc98172359223f37817046ce958fb9d Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Thu, 1 Jul 2021 20:03:48 +0200 Subject: [PATCH] define separators values --- openpype/tools/new_publisher/widgets.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openpype/tools/new_publisher/widgets.py b/openpype/tools/new_publisher/widgets.py index 0f9b13ceb0..37e8ac1ef5 100644 --- a/openpype/tools/new_publisher/widgets.py +++ b/openpype/tools/new_publisher/widgets.py @@ -1,6 +1,8 @@ import os from Qt import QtWidgets, QtCore, QtGui +SEPARATORS = ("---separator---", "---") + def get_default_thumbnail_image_path(): dirpath = os.path.dirname(os.path.abspath(__file__))