diff options
author | orivej <[email protected]> | 2022-02-10 16:45:01 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:01 +0300 |
commit | 2d37894b1b037cf24231090eda8589bbb44fb6fc (patch) | |
tree | be835aa92c6248212e705f25388ebafcf84bc7a1 /build/plugins/ytest.py | |
parent | 718c552901d703c502ccbefdfc3c9028d608b947 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'build/plugins/ytest.py')
-rw-r--r-- | build/plugins/ytest.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/build/plugins/ytest.py b/build/plugins/ytest.py index c7978206cac..8970837f0f8 100644 --- a/build/plugins/ytest.py +++ b/build/plugins/ytest.py @@ -645,12 +645,12 @@ def onadd_check(unit, *args): save_in_file(unit.get('TEST_DART_OUT_FILE'), data) -def on_register_no_check_imports(unit): - s = unit.get('NO_CHECK_IMPORTS_FOR_VALUE') - if s not in ('', 'None'): - unit.onresource(['-', 'py/no_check_imports/{}="{}"'.format(_common.pathid(s), s)]) - - +def on_register_no_check_imports(unit): + s = unit.get('NO_CHECK_IMPORTS_FOR_VALUE') + if s not in ('', 'None'): + unit.onresource(['-', 'py/no_check_imports/{}="{}"'.format(_common.pathid(s), s)]) + + def onadd_check_py_imports(unit, *args): if unit.get("TIDY") == "yes": # graph changed for clang_tidy tests |