Skip to content

fix: don't create __init__.py files when gathering pages by Mutantpenguin [frappe] PR#26045

Bot Dokos requested to merge ft-pr-26045 into develop

From: https://github.com/frappe/frappe/pull/26045
Date: 2024-04-22 13:23:18+02:00

  • fix: 🐛 don't create init.py files when gathering pages (#26045)



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

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

# 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