aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins
diff options
context:
space:
mode:
authorlagrunge <lagrunge@yandex-team.ru>2022-02-10 16:51:40 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:40 +0300
commitdbecdfc04950058596c98da27440fe7fc105b5f6 (patch)
tree3cbc721ecacceeda3516a9f80572e52458cc8a1b /build/plugins
parent368058fa36ac29dde5ef05db66072c998a47fb58 (diff)
downloadydb-dbecdfc04950058596c98da27440fe7fc105b5f6.tar.gz
Restoring authorship annotation for <lagrunge@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/plugins')
-rw-r--r--build/plugins/build_mn_files.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/plugins/build_mn_files.py b/build/plugins/build_mn_files.py
index 4da76f1852..ee79eb44f2 100644
--- a/build/plugins/build_mn_files.py
+++ b/build/plugins/build_mn_files.py
@@ -24,6 +24,6 @@ def on_build_mns_files(unit, *args):
for filename in files:
file_basename, _ = splitext(basename(filename))
- asmdataname = "staticMn{0}{1}Ptr".format(ranking_suffix, file_basename)
+ asmdataname = "staticMn{0}{1}Ptr".format(ranking_suffix, file_basename)
output_name = 'mn.staticMn{0}{1}Ptr.cpp'.format(ranking_suffix, file_basename)
unit.on_build_mns_file([filename, name, output_name, ranking_suffix, check, fml_unused_tool, asmdataname])