diff options
author | sidorovaa <sidorovaa@yandex-team.ru> | 2022-02-10 16:47:53 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:53 +0300 |
commit | 09f39deb02382f740cd19dee5511ba781fd2f9d5 (patch) | |
tree | 19f064d2f5a2aa9c2fb80049de4eec87c721a503 /build/plugins/swig.py | |
parent | b05913d1c3c02a773578bceb7285084d2933ae86 (diff) | |
download | ydb-09f39deb02382f740cd19dee5511ba781fd2f9d5.tar.gz |
Restoring authorship annotation for <sidorovaa@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/plugins/swig.py')
-rw-r--r-- | build/plugins/swig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/plugins/swig.py b/build/plugins/swig.py index 32a37204a60..ac250883113 100644 --- a/build/plugins/swig.py +++ b/build/plugins/swig.py @@ -104,7 +104,7 @@ class Swig(iw.CustomCommand): def output_includes(self): return [(self._out_header, [])] if self._swig_lang in ['java', 'jni_cpp'] else [] - def run(self, extra_args, binary): + def run(self, extra_args, binary): if self._local_swig: binary = self._tool return self.do_run_java(binary, self._path) if self._swig_lang in ['java', 'jni_cpp', 'jni_java'] else self.do_run(binary, self._path) |