Skip to content

version 3.12 introduced a small python < 3 issue by using an fstring #828

@tim-nixon

Description

@tim-nixon

in the newest version line 2638 in init.py for bitbucket
url = f"{self._url_repo(project_key, repository_slug)}/archive"
uses an fstring which are not supported in python <3

I used
url = self._url_repo(project_key, repository_slug)+"/archive"
instead

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions