Skip to content

Commit

Permalink
Merge branch 'alpha' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Oct 12, 2024
2 parents 491edd5 + dbd0b53 commit f80bf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KerbalStuff/blueprints/mods.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ def delete_version(mod_id: int, version_id: str) -> werkzeug.wrappers.Response:
if version.mod != mod:
abort(400)

purge_download(version[0].download_path)
purge_download(version.download_path)

storage = _cfg('storage')
if storage:
Expand Down

0 comments on commit f80bf7d

Please sign in to comment.