diff options
author | slesarev <slesarev@yandex-team.ru> | 2022-02-10 16:46:58 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:58 +0300 |
commit | 7aa53a76943e449d3889a4e711338deb819fcd1f (patch) | |
tree | cd9ae52eb78fb99744e972eaa26b9324c37e60f8 /build | |
parent | 28148f76dbfcc644d96427d41c92f36cbf2fdc6e (diff) | |
download | ydb-7aa53a76943e449d3889a4e711338deb819fcd1f.tar.gz |
Restoring authorship annotation for <slesarev@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build')
-rwxr-xr-x | build/ymake_conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake_conf.py b/build/ymake_conf.py index 30219eb85e..7c8f2aa63b 100755 --- a/build/ymake_conf.py +++ b/build/ymake_conf.py @@ -561,7 +561,7 @@ class Build(object): @property def is_valgrind(self): return self.build_type == 'valgrind' or self.build_type == 'valgrind-release' - + @property def is_ide(self): return self.is_ide_build_type(self.build_type) |