Skip to content

Commit

Permalink
Address pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Jan 23, 2025
1 parent 2323f9f commit 072b656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/backups/test_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1735,7 +1735,7 @@ async def test_backup_remove_error(
):
"""Test removing a backup error."""
location: LOCATION_TYPE = backup_locations[0]
backup_base_path = coresys.backups._get_base_path(location)
backup_base_path = coresys.backups._get_base_path(location) # pylint: disable=protected-access
backup_base_path.mkdir(exist_ok=True)
copy(get_fixture_path("backup_example.tar"), backup_base_path)

Expand Down

0 comments on commit 072b656

Please sign in to comment.