summaryrefslogtreecommitdiffstats
path: root/library/python/testing/yatest_common/yatest/common/environment.py
diff options
context:
space:
mode:
authorDmitry Kopylov <[email protected]>2022-02-10 16:48:18 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:48:18 +0300
commitb2f5101486cc0de2e979c8ba9ada2109785bf5fd (patch)
treeaffe28b840816b505db0467f2285b01c89c04247 /library/python/testing/yatest_common/yatest/common/environment.py
parente9b28b5aad71453a4637b70dde02e801e4147a2a (diff)
Restoring authorship annotation for Dmitry Kopylov <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/python/testing/yatest_common/yatest/common/environment.py')
-rw-r--r--library/python/testing/yatest_common/yatest/common/environment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/python/testing/yatest_common/yatest/common/environment.py b/library/python/testing/yatest_common/yatest/common/environment.py
index 43f48d09581..f3d55058e4f 100644
--- a/library/python/testing/yatest_common/yatest/common/environment.py
+++ b/library/python/testing/yatest_common/yatest/common/environment.py
@@ -1,5 +1,5 @@
# coding: utf-8
-
+
def extend_env_var(env, name, value, sep=":"):
return sep.join(filter(None, [env.get(name), value]))