Skip to content

Exchange order of Try and Except #8

@gomesfernanda

Description

@gomesfernanda

Exchange order of Try and Except on export_traffic.py

                    try:
                        if r_views["message"] == "Must have push access to repository":
                            repos_noaccess.append(currentrepo)
                    except:
                        repos_ok.append(currentrepo)

and add an exception to an eventual error that not "without push access"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions