Skip to content

Commit 4c17cab

Browse files
committed
diskutil: f
Signed-off-by: Hector Martin <[email protected]>
1 parent 9effb6f commit 4c17cab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/diskutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def addVolume(self, container, name, **kwargs):
174174
self.action("apfs", "addVolume", container, "apfs", name, *args, verbose=True)
175175
except subprocess.CalledProcessError as e:
176176
if e.output is not None and b"Mounting APFS Volume" in e.output:
177-
logging.warning("diskutil addVolume errored out spuriously, squelching: {e.output}")
177+
logging.warning(f"diskutil addVolume errored out spuriously, squelching: {e.output}")
178178
else:
179179
raise
180180

0 commit comments

Comments
 (0)