python-github-backup
python-github-backup copied to clipboard
Filters that use "name" break when backing up gists
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.