python-github-backup icon indicating copy to clipboard operation
python-github-backup copied to clipboard

Filters that use "name" break when backing up gists

Open vasi opened this issue 1 year ago • 0 comments

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.

vasi avatar Jun 01 '24 07:06 vasi