Skip to content

Commit

Permalink
Fail on unsuccessful cab_extract download (#3150)
Browse files Browse the repository at this point in the history
Update dependency.py
  • Loading branch information
vercingetorx authored Nov 17, 2023
1 parent 13ef3b8 commit 830b09a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bottles/backend/managers/dependency.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,8 @@ def __step_cab_extract(self, step: dict):
destination=dest
):
return False
else:
return False

elif step["url"].startswith("temp/"):
path = step["url"]
Expand Down

0 comments on commit 830b09a

Please sign in to comment.