diff options
author | sergey-fed <sergey-fed@yandex-team.ru> | 2022-02-10 16:51:41 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:41 +0300 |
commit | ddfe1240b51558a03d5b2695cb3f5c278f08a27d (patch) | |
tree | e65d3a6670a62ed13546588455321b8896d210dc | |
parent | 22fd97ec17bb5558bdcb798cba32c8cc01355300 (diff) | |
download | ydb-ddfe1240b51558a03d5b2695cb3f5c278f08a27d.tar.gz |
Restoring authorship annotation for <sergey-fed@yandex-team.ru>. Commit 1 of 2.
-rw-r--r-- | build/plugins/ytest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/plugins/ytest.py b/build/plugins/ytest.py index 8970837f0f..92cd1a0a01 100644 --- a/build/plugins/ytest.py +++ b/build/plugins/ytest.py @@ -570,7 +570,7 @@ def onadd_check(unit, *args): allowed_levels = { 'base': '/yandex_checks.xml', 'strict': '/yandex_checks_strict.xml', - 'extended': '/yandex_checks_extended.xml', + 'extended': '/yandex_checks_extended.xml', 'library': '/yandex_checks_library.xml', } if check_level not in allowed_levels: |