diff options
author | nogert <nogert@yandex-team.ru> | 2022-02-10 16:51:41 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:41 +0300 |
commit | e09fb44ca69d28e0821a3c421e32c333169b673f (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb | |
parent | da7fb14e0f117c19a33017b0ec4fb8ef719ff6c4 (diff) | |
download | ydb-e09fb44ca69d28e0821a3c421e32c333169b673f.tar.gz |
Restoring authorship annotation for <nogert@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | build/plugins/pybuild.py | 6 | ||||
-rw-r--r-- | build/ya.conf.json | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/build/plugins/pybuild.py b/build/plugins/pybuild.py index 8b877b949d..f32a2d39a0 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: diff --git a/build/ya.conf.json b/build/ya.conf.json index 85ca355898..5f7cc875d6 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -5960,10 +5960,10 @@ "jdk": { "formula": { "sandbox_id": [ - 854293674, - 854378931, - 854302209, - 1054292521 + 854293674, + 854378931, + 854302209, + 1054292521 ], "match": "jdk" }, |