aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/nots.py
diff options
context:
space:
mode:
authorsnermolaev <snermolaev@yandex-team.ru>2022-02-10 16:45:53 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:53 +0300
commit7353a3fdea9c67c256980c00a2b3b67f09b23a27 (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /build/plugins/nots.py
parent2015790ac9fcc04caab83fccc23ab2460310a797 (diff)
downloadydb-7353a3fdea9c67c256980c00a2b3b67f09b23a27.tar.gz
Restoring authorship annotation for <snermolaev@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/plugins/nots.py')
-rw-r--r--build/plugins/nots.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/plugins/nots.py b/build/plugins/nots.py
index 7c4478c454a..5018256ddc9 100644
--- a/build/plugins/nots.py
+++ b/build/plugins/nots.py
@@ -27,7 +27,7 @@ def onnode_modules(unit):
pm = _create_pm(unit)
unit.onpeerdir(pm.get_peer_paths_from_package_json())
ins, outs = pm.calc_node_modules_inouts()
- unit.on_node_modules(["IN"] + sorted(ins) + ["OUT"] + sorted(outs))
+ unit.on_node_modules(["IN"] + sorted(ins) + ["OUT"] + sorted(outs))
def on_ts_configure(unit, tsconfig_path):