some-github-metrics icon indicating copy to clipboard operation
some-github-metrics copied to clipboard

Exchange order of Try and Except

Open gomesfernanda opened this issue 7 years ago • 0 comments

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"

gomesfernanda avatar Apr 06 '18 13:04 gomesfernanda