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 = [