aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorkomandr <komandr@yandex-team.ru>2022-02-10 16:51:41 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:41 +0300
commit80a32d7420bbc0b822d2579923fc306226fdd29a (patch)
tree689c64c1f1309c5be03eafd1a5e5f5d130fcd13e /build
parentbd9f3dad161358e7ba86f506abc53e53f25b6636 (diff)
downloadydb-80a32d7420bbc0b822d2579923fc306226fdd29a.tar.gz
Restoring authorship annotation for <komandr@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build')
-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..68dc1b4232 100644
--- a/build/plugins/pybuild.py
+++ b/build/plugins/pybuild.py
@@ -599,9 +599,9 @@ def onpy_main(unit, arg):
Documentation: https://wiki.yandex-team.ru/arcadia/python/pysrcs/#modulipyprogrampy3programimakrospymain
"""
-
- arg = arg.replace('/', '.')
-
+
+ arg = arg.replace('/', '.')
+
if ':' not in arg:
arg += ':main'