fix(lock): drop redundant BlockingIOError catch (S5713) #45

Open
Claude wants to merge 1 commit from Claude/backup-script:fix/issue-25-S5713-lock-acquire-redundant-exception into master
First-time contributor

Closes #25

BlockingIOError derives from OSError, so the tuple form is redundant.
SonarQube flagged this as python:S5713. No behavior change.

Closes #25 `BlockingIOError` derives from `OSError`, so the tuple form is redundant. SonarQube flagged this as `python:S5713`. No behavior change.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u fix/issue-25-S5713-lock-acquire-redundant-exception:Claude-fix/issue-25-S5713-lock-acquire-redundant-exception
git switch Claude-fix/issue-25-S5713-lock-acquire-redundant-exception

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff Claude-fix/issue-25-S5713-lock-acquire-redundant-exception
git switch Claude-fix/issue-25-S5713-lock-acquire-redundant-exception
git rebase master
git switch master
git merge --ff-only Claude-fix/issue-25-S5713-lock-acquire-redundant-exception
git switch Claude-fix/issue-25-S5713-lock-acquire-redundant-exception
git rebase master
git switch master
git merge --no-ff Claude-fix/issue-25-S5713-lock-acquire-redundant-exception
git switch master
git merge --squash Claude-fix/issue-25-S5713-lock-acquire-redundant-exception
git switch master
git merge --ff-only Claude-fix/issue-25-S5713-lock-acquire-redundant-exception
git switch master
git merge Claude-fix/issue-25-S5713-lock-acquire-redundant-exception
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
bc1bb/backup-script!45
No description provided.