From cf25d73d27a14b566f4a021522f6c2447efbb9a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20LORRAIN?= Date: Tue, 26 Oct 2021 15:40:32 +0200 Subject: [PATCH] WIP fix shotgrid login while waiting real auth mechanism --- .../shotgrid/plugins/publish/collect_shotgrid_session.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/modules/default_modules/shotgrid/plugins/publish/collect_shotgrid_session.py b/openpype/modules/default_modules/shotgrid/plugins/publish/collect_shotgrid_session.py index ace58a62425..2ffdc72b843 100644 --- a/openpype/modules/default_modules/shotgrid/plugins/publish/collect_shotgrid_session.py +++ b/openpype/modules/default_modules/shotgrid/plugins/publish/collect_shotgrid_session.py @@ -25,7 +25,7 @@ def process(self, context): shotgrid_script_name = shotgrid_settings.get('auth', {}).get('project_shotgrid_script_name') shotgrid_script_key = shotgrid_settings.get('auth', {}).get('project_shotgrid_script_key') - login = get_login(shotgrid_url) + login = "rd.dev" #get_login(shotgrid_url) session = shotgun_api3.Shotgun( base_url=shotgrid_url, script_name=shotgrid_script_name,