Skip to content

Commit 5cbdc6f

Browse files
committed
Intermediate changes
commit_hash:27af5f8a0a7836d78ffdc205213f07f79dd9f7ad
1 parent 1402a03 commit 5cbdc6f

File tree

1,147 files changed

+0
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,147 files changed

+0
-2
lines changed

library/python/testing/recipe/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ def get_options():
6262

6363
ya = Ya(context=context, build_root=args.build_root, source_root=args.source_root, output_dir=args.output_dir, env_file=args.env_file)
6464

65-
ya._data_root = "" # XXX remove
66-
6765
sanitizer_extra_checks = args.sanitizer_extra_checks
6866
if sanitizer_extra_checks:
6967
for envvar in ['LSAN_OPTIONS', 'ASAN_OPTIONS']:

0 commit comments

Comments
 (0)