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 | f421873774cf0b71743afbe5f6677861e66601ea (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /build/plugins/swig.py | |
parent | 09f39deb02382f740cd19dee5511ba781fd2f9d5 (diff) | |
download | ydb-f421873774cf0b71743afbe5f6677861e66601ea.tar.gz |
Restoring authorship annotation for <sidorovaa@yandex-team.ru>. Commit 2 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 ac250883113..32a37204a60 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) |