mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
change both 'user' and 'username' keys
This commit is contained in:
parent
a515e58196
commit
1f06830a03
1 changed files with 1 additions and 0 deletions
|
|
@ -492,6 +492,7 @@ class ExtractBurnin(openpype.api.Extractor):
|
|||
# OPENPYPE_USERNAME might have side effects
|
||||
webpublish_user_name = os.environ.get("WEBPUBLISH_OPENPYPE_USERNAME")
|
||||
if webpublish_user_name:
|
||||
burnin_data["user"] = webpublish_user_name
|
||||
burnin_data["username"] = webpublish_user_name
|
||||
|
||||
self.log.debug(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue