mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
fixed typo
This commit is contained in:
parent
4113c07281
commit
9880488255
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ def _subprocess(*args, logger=None, **kwargs):
|
|||
|
||||
# Get environents from kwarg or use current process environments if were
|
||||
# not passed.
|
||||
env = kwargs.get("env") or os.envion
|
||||
env = kwargs.get("env") or os.environ
|
||||
# Make sure environment contains only strings
|
||||
filtered_env = {k: str(v) for k, v in env.items()}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue