flame: user without dot and rather underscore

This commit is contained in:
Jakub Jezek 2022-02-16 17:19:19 +01:00
parent 65d23644e5
commit 0e99b4cb51
No known key found for this signature in database
GPG key ID: D8548FBF690B100A

View file

@ -44,6 +44,8 @@ class FlamePrelaunch(PreLaunchHook):
# get user name and host name
user_name = get_openpype_username()
user_name = user_name.replace(".", "_")
hostname = socket.gethostname() # not returning wiretap host name
self.log.debug("Collected user \"{}\"".format(user_name))