damccorm commented on code in PR #24751:
URL: https://github.com/apache/beam/pull/24751#discussion_r1057661222
##########
playground/infrastructure/ci_cd.py:
##########
@@ -88,9 +88,6 @@ def _run_ci_cd(step: str, raw_sdk: str, origin: Origin,
subdirs: List[str]):
logging.info("Finish of searching Playground examples")
logging.info("Number of found Playground examples: %s", len(examples))
- examples = list(filter(lambda example: example.tag.multifile is False,
examples))
- logging.info("Number of sinlge-file Playground examples: %s",
len(examples))
Review Comment:
Ah, I see - my mistake here
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]