diff options
author | zaverden <zaverden@yandex-team.com> | 2023-06-29 13:23:32 +0300 |
---|---|---|
committer | zaverden <zaverden@yandex-team.com> | 2023-06-29 13:23:32 +0300 |
commit | 97024697d18084b3a00aeaff01fde643321e5e56 (patch) | |
tree | 1f719f5aa879bef6093dbc9d4f8efa00308473f0 | |
parent | c60f29df301b001018b0676ea5a057505d071770 (diff) | |
download | ydb-97024697d18084b3a00aeaff01fde643321e5e56.tar.gz |
trivial: update log
-rw-r--r-- | build/plugins/nots.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/plugins/nots.py b/build/plugins/nots.py index fff1ea36082..d3d489e64a7 100644 --- a/build/plugins/nots.py +++ b/build/plugins/nots.py @@ -373,7 +373,7 @@ def _add_test(unit, test_type, test_files, deps=None, test_record=None, test_cwd for k, v in full_test_record.items(): if not isinstance(v, str): - logger.warn(k, type(k)) + logger.warn(k, type(v)) if test_record: full_test_record.update(test_record) |