diff --git a/devices/org.osbuild.loopback b/devices/org.osbuild.loopback index db1b7abd..a183a57c 100755 --- a/devices/org.osbuild.loopback +++ b/devices/org.osbuild.loopback @@ -88,7 +88,7 @@ class LoopbackService(devices.DeviceService): path = os.path.join(tree, filename.lstrip("/")) self.fd = os.open(path, os.O_RDWR | os.O_CLOEXEC) - print(f"file '{filename}'' opened as {self.fd}") + print(f"file '{filename}' opened as {self.fd}") try: self.lo = self.make_loop(self.fd, start, size, lock) except Exception as error: # pylint: disable: broad-except