#261 Fix standard-inventory-qcow2 to pass code complying checks.
Merged 5 years ago by astepano. Opened 5 years ago by astepano.

@@ -277,7 +277,7 @@ 

              drive_file = tempfile.NamedTemporaryFile(dir=path)

              drive_file.truncate(size)

              cls._tempfiles.append({'file': drive_file, 'path': path})

-             logger.info("Created temporary sparse file '%s'." %drive_file.name)

+             logger.info("Created temporary sparse file '%s'." % drive_file.name)

  

              # translate data into qemu command options

              result += ["-drive", "file=%s,media=disk,if=virtio" % drive_file.name]

Commit d6dd0f2 fixes this pull-request

Pull-Request has been merged by astepano

5 years ago

Pull-Request has been merged by astepano

5 years ago
Metadata