mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
...
This commit is contained in:
parent
4080a09748
commit
1c19fc77f1
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ class GitHub(Base): # {{{
|
|||
time.sleep(sleep_time)
|
||||
|
||||
if self.is_nightly:
|
||||
for fname in existing_assets:
|
||||
for fname in tuple(existing_assets):
|
||||
self.info(f'Deleting {fname} from GitHub with id: {existing_assets[fname]}')
|
||||
delete_asset(existing_assets[fname])
|
||||
del existing_assets[fname]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue