| Index: recipe_engine/simulation_test.py
|
| diff --git a/recipe_engine/simulation_test.py b/recipe_engine/simulation_test.py
|
| index 6967c09022ceddd3d2feae85a1a40352b7d3941d..d88ab5a2d90ff2b050987deeb3cec91a0434adab 100644
|
| --- a/recipe_engine/simulation_test.py
|
| +++ b/recipe_engine/simulation_test.py
|
| @@ -173,7 +173,7 @@ def GenerateTests():
|
| # To make transition possible for existing code (which will require
|
| # writing tests), a temporary escape hatch is added.
|
| # TODO(phajdan.jr): remove DISABLE_STRICT_COVERAGE (crbug/693058).
|
| - if (getattr(mod, 'DISABLE_STRICT_COVERAGE', False)):
|
| + if mod.DISABLE_STRICT_COVERAGE:
|
| covered_modules.add(module)
|
| base_covers.append(os.path.join(
|
| _UNIVERSE_VIEW.module_dir, module, '*.py'))
|
|
|