Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Coerce filter result into an iterator #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 20, 2016
Merged

Conversation

dblandin
Copy link
Contributor

Fixes the following error from CI#data:

File "reporter/components/ci.py", line 15, in data
    service = next(filter(self.predicate, iter(self.__services())), None)
TypeError: list object is not an iterator

Fixes the following error from CI#data:

```console
File "reporter/components/ci.py", line 15, in data
    service = next(filter(self.predicate, iter(self.__services())), None)
TypeError: list object is not an iterator
```
@dblandin dblandin merged commit 96f3c34 into master Apr 20, 2016
@dblandin dblandin deleted the devon/fix-ci-error branch April 20, 2016 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant