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

Skip to content

Type error when using max_calls in the autopopulate function #430

Description

@chbehrens

The argument max_calls in the autopopulate function added in 7299058 throws a type error:

--> 126             if max_calls is not None and call_count >= max_calls:
    127                 break

TypeError: unorderable types: itertools.count() >= int()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

bugIndicates an unexpected problem or unintended behavior

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions