diff options
author | kakabba <kakabba@yandex-team.ru> | 2022-02-10 16:46:04 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:04 +0300 |
commit | 9c914f41ba5e9f9365f404e892197553ac23809e (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /build/plugins/build_mn_files.py | |
parent | c8e3995898c443e78266f7420aac5fb3da15d413 (diff) | |
download | ydb-9c914f41ba5e9f9365f404e892197553ac23809e.tar.gz |
Restoring authorship annotation for <kakabba@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/plugins/build_mn_files.py')
-rw-r--r-- | build/plugins/build_mn_files.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/plugins/build_mn_files.py b/build/plugins/build_mn_files.py index a2f5582417f..4da76f18528 100644 --- a/build/plugins/build_mn_files.py +++ b/build/plugins/build_mn_files.py @@ -7,7 +7,7 @@ def on_build_mns_files(unit, *args): ranking_suffix = '' check = '' index = 0 - fml_unused_tool = '' + fml_unused_tool = '' while index < len(args): if args[index] == 'NAME': index += 1 @@ -17,7 +17,7 @@ def on_build_mns_files(unit, *args): ranking_suffix = args[index] elif args[index] == 'CHECK': check = 'CHECK' - fml_unused_tool = unit.get('FML_UNUSED_TOOL') or '$FML_UNUSED_TOOL' + fml_unused_tool = unit.get('FML_UNUSED_TOOL') or '$FML_UNUSED_TOOL' else: files.append(args[index]) index += 1 |