You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2023. It is now read-only.
Running the example in sgtk-developer-bootstrapping.md triggers a password request for the current user. The script user should probably be passed to the ToolkitManager constructor so it uses it.
mgr = sgtk.bootstrap.ToolkitManager(user)
instead of
mgr = sgtk.bootstrap.ToolkitManager()