Skip to content

Commit b21e736

Browse files
committed
[HardDisk]
* fix sonar warning
1 parent 0c5da21 commit b21e736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/python/Components/Harddisk.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ def debugPrint(self, text):
409409

410410
def refreshMountPoints(self):
411411
# Remove old mounts
412-
self.debugPrint(f"refreshMountPoints")
412+
self.debugPrint("refreshMountPoints")
413413
for partition in self.partitions:
414414
if partition.mountpoint and partition.mountpoint != "/":
415415
newMountpoint = self.getMountpoint(partition.device)

0 commit comments

Comments
 (0)