mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
flame: user without dot and rather underscore
This commit is contained in:
parent
65d23644e5
commit
0e99b4cb51
1 changed files with 2 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue