Break line so it fits under 79 chars

This commit is contained in:
Fabià Serra Arrizabalaga 2023-02-21 22:09:47 +01:00 committed by Jakub Trllo
parent f9dc9f8920
commit f62e6c9c50

View file

@ -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