mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Break line so it fits under 79 chars
This commit is contained in:
parent
f9dc9f8920
commit
f62e6c9c50
1 changed files with 2 additions and 1 deletions
|
|
@ -83,7 +83,8 @@ class CollectShotgridSession(pyblish.api.ContextPlugin):
|
|||
"login to shotgrid withing openpype Tray"
|
||||
)
|
||||
|
||||
# Set OPENPYPE_SG_USER with login so other deadline tasks can make use of it
|
||||
# Set OPENPYPE_SG_USER with login so other deadline tasks can make
|
||||
# use of it
|
||||
self.log.info("Setting OPENPYPE_SG_USER to '%s'.", login)
|
||||
os.environ["OPENPYPE_SG_USER"] = login
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue