diff options
| author | robot-piglet <[email protected]> | 2026-01-18 16:42:18 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2026-01-18 16:55:57 +0300 |
| commit | 0f0230d2c88f2532c9bbcfeb5abc1c457078ddbb (patch) | |
| tree | 2a2115c935612d5cc59dd92715ae3966e7024bc4 /library/python/testing | |
| parent | 83321a85919823249e58e47ec1ec029c369c6745 (diff) | |
Intermediate changes
commit_hash:6a89800e4562dacdbc61dae4b6cc31c80bb54c76
Diffstat (limited to 'library/python/testing')
| -rw-r--r-- | library/python/testing/yatest_common/yatest/common/runtime.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/python/testing/yatest_common/yatest/common/runtime.py b/library/python/testing/yatest_common/yatest/common/runtime.py index 4372787bb68..4f67f824328 100644 --- a/library/python/testing/yatest_common/yatest/common/runtime.py +++ b/library/python/testing/yatest_common/yatest/common/runtime.py @@ -53,7 +53,7 @@ def _norm_path(path): return None assert isinstance(path, six.string_types) if "\\" in path: - raise AssertionError("path {} contains Windows seprators \\ - replace them with '/'".format(path)) + raise AssertionError("path {} contains Windows separators \\ - replace them with '/'".format(path)) return os.path.normpath(path) |
