fix: don't catch S3 upload error prematurely by barredterra [frappe] PR#27873

From: https://github.com/frappe/frappe/pull/27873
Date: 2024-09-23 14:59:24+02:00

  • fix: don't catch S3 upload error prematurely



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-27873

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-27873

# Make changes then rebase
git rebase -i develop

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports

Loading