Skip to content

Commit

Permalink
makes linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
gurubert committed May 10, 2024
1 parent 7e1a1c6 commit 591c5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmk/base/plugins/agent_based/diskstat.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def diskstat_extract_name_info(
name = f"VxVM {group}-{disk}"
name_info[major, minor] = name
elif phase == "disk_id":
name = '/'.join(line[0].split('/')[4:])
name = "/".join(line[0].split("/")[4:])
if (
name.startswith("ata-")
or name.startswith("scsi-")
Expand Down

0 comments on commit 591c5a5

Please sign in to comment.