Skip to content

fix(enqueue): pass the original method argument here by akhilnarang [frappe] PR#25719

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

From: https://github.com/frappe/frappe/pull/25719
Date: 2024-03-29 14:05:33+05:30

  • fix(enqueue): pass the original method argument here



Diagnostics

pre-commit failed for source commit: 86581966504d7ad1dc9e0a59773b010db7040cb5
Format Python code.......................................................Failed
- hook id: ruff-format
- files were modified by this hook

1 file reformatted




Suspicious changes found (dokos|telemetry|shipping_rule|capture_doc):
  a562f23579f9d66373a52972d2e1aed1eb827e3d fix(enqueue): pass the original method argument here



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

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

# 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