Skip to content

Type error when using max_calls in the autopopulate function #430

@chbehrens

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()

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