mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +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
|
# Get environents from kwarg or use current process environments if were
|
||||||
# not passed.
|
# not passed.
|
||||||
env = kwargs.get("env") or os.envion
|
env = kwargs.get("env") or os.environ
|
||||||
# Make sure environment contains only strings
|
# Make sure environment contains only strings
|
||||||
filtered_env = {k: str(v) for k, v in env.items()}
|
filtered_env = {k: str(v) for k, v in env.items()}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue