Backup #16

Merged
cswimr merged 41 commits from backup into main 2024-01-31 15:58:08 -05:00
Showing only changes of commit acf89e090f - Show all commits

View file

@ -172,7 +172,7 @@ class Backup(commands.Cog):
else:
commit = None
async with repository.checkout(commit, exit_to_rev=repo.branch):
async with repository.checkout(commit, exit_to_rev=repository.branch):
cogs_c, message = await downloader._filter_incorrect_cogs_by_names(repository, [cog_name]) # pylint: disable=protected-access
if not cogs:
install_e.append(message)