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 | 5598c5e7bc7619bd51d87fea7b880b7788ad0b47 (patch) | |
tree | b83306b6e37edeea782e9eed673d89286c4fef35 /build/ymake_conf.py | |
parent | 7aa53a76943e449d3889a4e711338deb819fcd1f (diff) | |
download | ydb-5598c5e7bc7619bd51d87fea7b880b7788ad0b47.tar.gz |
Restoring authorship annotation for <slesarev@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/ymake_conf.py')
-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 7c8f2aa63b..30219eb85e 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) |