We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615059e commit f1478ccCopy full SHA for f1478cc
1 file changed
BlocksScreen/devices/storage/udisks2.py
@@ -482,7 +482,7 @@ def add_symlink(
482
"""
483
if not _validated and label:
484
label = validate_label(label, strict=True)
485
- label = "USB " + label
+ label = "USB-" + label
486
fallback: str = "USB DRIVE" if _index == 0 else str(f"USB DRIVE {_index}")
487
dstb = pathlib.Path(dst_path).joinpath(label if label else fallback)
488
try:
0 commit comments