diff options
author | nalpp <nalpp@yandex-team.ru> | 2022-02-10 16:46:46 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:46 +0300 |
commit | 30d1ef3941e0dc835be7609de5ebee66958f215a (patch) | |
tree | 49e222ea1c5804306084bb3ae065bb702625360f /build/plugins/_custom_command.py | |
parent | 87f3eb38999df2d3c1cb77f8ffb9c52ec9c516fb (diff) | |
download | ydb-30d1ef3941e0dc835be7609de5ebee66958f215a.tar.gz |
Restoring authorship annotation for <nalpp@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/plugins/_custom_command.py')
-rw-r--r-- | build/plugins/_custom_command.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/plugins/_custom_command.py b/build/plugins/_custom_command.py index e621a95c2be..9692214b22e 100644 --- a/build/plugins/_custom_command.py +++ b/build/plugins/_custom_command.py @@ -61,5 +61,5 @@ def addrule(*unused): pass -def addparser(*unused, **kwargs): +def addparser(*unused, **kwargs): pass |