aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/build_mn_files.py
diff options
context:
space:
mode:
authorspreis <spreis@yandex-team.ru>2022-02-10 16:47:13 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:13 +0300
commitb49848d6e361b76904f094b7d5e10d6edea75afe (patch)
tree9814fbd1c3effac9b8377c5d604b367b14e2db55 /build/plugins/build_mn_files.py
parentbcd1126cbd5d445cd0665d295198aa39c6ab8cbe (diff)
downloadydb-b49848d6e361b76904f094b7d5e10d6edea75afe.tar.gz
Restoring authorship annotation for <spreis@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/plugins/build_mn_files.py')
-rw-r--r--build/plugins/build_mn_files.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/plugins/build_mn_files.py b/build/plugins/build_mn_files.py
index 30a5472062..4da76f1852 100644
--- a/build/plugins/build_mn_files.py
+++ b/build/plugins/build_mn_files.py
@@ -1,7 +1,7 @@
from os.path import basename, splitext
-def on_build_mns_files(unit, *args):
+def on_build_mns_files(unit, *args):
files = []
name = ''
ranking_suffix = ''
@@ -26,4 +26,4 @@ def on_build_mns_files(unit, *args):
file_basename, _ = splitext(basename(filename))
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])
+ unit.on_build_mns_file([filename, name, output_name, ranking_suffix, check, fml_unused_tool, asmdataname])