Skip to content

fix(Data Import): don't rely on permission for Data Import Log by barredterra [frappe] PR#26228

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

From: https://github.com/frappe/frappe/pull/26228
Date: 2024-04-30 14:30:24+02:00

  • fix(Data Import): don't rely on permission for Data Import Log (#26228)



Diagnostics

pre-commit failed for source commit: 774f5cc1c6b4e289b238d2d7dd099a133b6319ea
Run ruff linter..........................................................Failed
- hook id: ruff
- exit code: 1

frappe/core/doctype/data_import/data_import.py:293:18: RUF005 Consider iterable unpacking instead of concatenation
Found 1 error.
No fixes available (1 hidden fix can be enabled with the `--unsafe-fixes` option).



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

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

# 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