You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to filter with --name-regex or --exclude will crash if gists are included, since those don't have a "name" param. Can probably be fixed by replacing r["name"] with r.get("name", None) in filter_repositories.
The text was updated successfully, but these errors were encountered:
Attempting to filter with
--name-regex
or--exclude
will crash if gists are included, since those don't have a"name"
param. Can probably be fixed by replacingr["name"]
withr.get("name", None)
in filter_repositories.The text was updated successfully, but these errors were encountered: