From deaa444f08437abe7785049dcf8e32a99b487aa9 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 6 Apr 2021 11:42:33 +0200 Subject: [PATCH] strip slash and space from ftrack url --- openpype/modules/ftrack/ftrack_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/modules/ftrack/ftrack_module.py b/openpype/modules/ftrack/ftrack_module.py index 8a40cac91a..e1af9c15a7 100644 --- a/openpype/modules/ftrack/ftrack_module.py +++ b/openpype/modules/ftrack/ftrack_module.py @@ -42,7 +42,7 @@ class FtrackModule( ftrack_settings = settings[self.name] self.enabled = ftrack_settings["enabled"] - self.ftrack_url = ftrack_settings["ftrack_server"] + self.ftrack_url = ftrack_settings["ftrack_server"].strip("/ ") current_dir = os.path.dirname(os.path.abspath(__file__)) server_event_handlers_paths = [