fix: runtime error during pot build by ankush [frappe] PR#25991
From: https://github.com/frappe/frappe/pull/25991
Date: 2024-04-17 14:26:31+05:30
- fix: runtime error during pot build (#25991)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-25991
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-25991
# 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