change both 'user' and 'username' keys

This commit is contained in:
Jakub Trllo 2022-09-01 13:24:20 +02:00
parent a515e58196
commit 1f06830a03

View file

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