Skip to content

Error parsing start_date when it's a datetime object #5

@davidbrann

Description

@davidbrann

It uses the end_date parameter rather than the start_date

Starting at Line 85 of client.py:

 if start_date:
            if isinstance(start_date, str):
                date = parser(start_date)
            elif isinstance(end_date, datetime.date):
                            ^^^^^^                                   
                date = end_date
                        ^^^^^^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions