Skip to content

fix: log mariadb console usage by ankush [frappe] PR#25366

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

From: https://github.com/frappe/frappe/pull/25366
Date: 2024-03-12 20:31:23+05:30

  • fix: log mariadb console usage



Diagnostics

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

frappe/commands/utils.py:571: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-25366

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

# 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