aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins
diff options
context:
space:
mode:
authorivanmorozov <ivanmorozov@yandex-team.ru>2022-02-10 16:47:33 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:33 +0300
commitcba5d9a444e2cfe105f55ccda66cd21d50440017 (patch)
tree79983e83d1a91aebeb1999338090eec69e24cc33 /build/plugins
parenteb540cc7a103419462d0cc870ca403966e2194c6 (diff)
downloadydb-cba5d9a444e2cfe105f55ccda66cd21d50440017.tar.gz
Restoring authorship annotation for <ivanmorozov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/plugins')
-rw-r--r--build/plugins/res.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/plugins/res.py b/build/plugins/res.py
index a937caba81..30dbd157a5 100644
--- a/build/plugins/res.py
+++ b/build/plugins/res.py
@@ -37,10 +37,10 @@ def remove_prefix(text, prefix):
def onfat_resource(unit, *args):
unit.onpeerdir(['library/cpp/resource'])
- # Since the maximum length of lpCommandLine string for CreateProcess is 8kb (windows) characters,
+ # Since the maximum length of lpCommandLine string for CreateProcess is 8kb (windows) characters,
# we make several calls of rescompiler
# https://msdn.microsoft.com/ru-ru/library/windows/desktop/ms682425.aspx
- for part_args in split(args, 8000):
+ for part_args in split(args, 8000):
output = listid(part_args) + '.cpp'
inputs = [x for x, y in iterpair(part_args) if x != '-']
if inputs: