mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
flame: fixing umask to 0o000 to reflect permissions to 0777
This commit is contained in:
parent
614c49b57f
commit
ce4aa40f21
1 changed files with 1 additions and 1 deletions
|
|
@ -462,7 +462,7 @@ class WireTapCom(object):
|
|||
|
||||
def _subprocess_preexec_fn():
|
||||
os.setpgrp()
|
||||
os.umask(0o022)
|
||||
os.umask(0o000)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue