Skip to content

Commit

Permalink
Remove trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarkowsky committed Nov 2, 2023
1 parent b5afdec commit b968dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Testing/integration/actions/start_vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
subprocess.check_output(["cp", "-rc", extracted_path, snapshot_dir])
# Create a disk image for USB testing
usb_dmg = pathlib.Path(snapshot_dir) / "usb.dmg"
subprocess.check_output(["hdiutil", "create", "-size", "100M",
subprocess.check_output(["hdiutil", "create", "-size", "100M",
"-fs", "ExFAT", "-volname", "USB", usb_dmg])
try:
subprocess.check_output(
Expand Down

0 comments on commit b968dac

Please sign in to comment.