[go: up one dir, main page]

fix: log psql console usage as well by akhilnarang [frappe] PR#25417

From: https://github.com/frappe/frappe/pull/25417
Date: 2024-03-14 11:09:50+05:30

  • refactor: move histfile setting into helper function
  • fix: log psql console usage as well



Diagnostics

pre-commit failed for source commit: afdb455b5a73e6c6c9791ea175943e862480d9c1
Run ruff linter and apply fixes..........................................Failed
- hook id: ruff
- exit code: 1

frappe/commands/utils.py:578:16: RUF005 Consider `[bin, *args]` instead of concatenation
Found 1 error.
No fixes available (1 hidden fix can be enabled with the `--unsafe-fixes` option).


pre-commit failed for source commit: d0923b0cd9905a29257e90ca340dae46f6e33bf4
Run ruff linter and apply fixes..........................................Failed
- hook id: ruff
- exit code: 1

frappe/commands/utils.py:578:16: RUF005 Consider `[bin, *args]` 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-25417

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

# 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