fix: don't let `getattr()` raise an `AttributeError`, provide a default by akhilnarang [frappe] PR#27669

From: https://github.com/frappe/frappe/pull/27669
Date: 2024-09-05 17:49:49+05:30

  • fix: don't let getattr() raise an AttributeError, provide a default



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

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

# 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