Skip to content
Snippets Groups Projects
Commit b5517ddf authored by Sree Kuchibhotla's avatar Sree Kuchibhotla
Browse files

typo

parent 70d9ca40
No related branches found
No related tags found
No related merge requests found
......@@ -235,7 +235,7 @@ class CLanguage(object):
if polling_strategy == 'poll-cv':
timeout_scaling *= 5
if polling_strategy in target.get('excluded_poll_engines', []):
continue;
continue
if self.config.build_config in target['exclude_configs']:
continue
if self.args.iomgr_platform in target.get('exclude_iomgrs', []):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment