aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/pybuild.py
diff options
context:
space:
mode:
authornogert <nogert@yandex-team.ru>2022-02-10 16:51:41 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:41 +0300
commitda7fb14e0f117c19a33017b0ec4fb8ef719ff6c4 (patch)
treec5874103cb40d34dee1b9e326665713a99679a42 /build/plugins/pybuild.py
parentb94b515c3068a233c0849ea528839aff3102a72c (diff)
downloadydb-da7fb14e0f117c19a33017b0ec4fb8ef719ff6c4.tar.gz
Restoring authorship annotation for <nogert@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/plugins/pybuild.py')
-rw-r--r--build/plugins/pybuild.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/plugins/pybuild.py b/build/plugins/pybuild.py
index f32a2d39a0..8b877b949d 100644
--- a/build/plugins/pybuild.py
+++ b/build/plugins/pybuild.py
@@ -341,9 +341,9 @@ def onpy_srcs(unit, *args):
evs.append(pathmod)
elif path.endswith('.swg'):
swigs.append(pathmod)
- # Allow pyi files in PY_SRCS for autocomplete in IDE, but skip it during building
- elif path.endswith('.pyi'):
- pass
+ # Allow pyi files in PY_SRCS for autocomplete in IDE, but skip it during building
+ elif path.endswith('.pyi'):
+ pass
elif path.endswith('.fbs'):
fbss.append(pathmod)
else: