Filters that use "name" break when backing up gists
vasi opened this issue · 0 comments
vasi commented
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.