@@ -1089,15 +1089,14 @@ class PciAssignable(object):
for content, file in info_write_to_files:
try:
- utils.open_write_close(content, file)
+ utils.open_write_close(file, content)
except IOError:
logging.debug("Failed to write %s to file %s" %
(content, file))
continue
if not self.is_binded_to_stub(full_id):
- logging.error("Binding device %s to stub failed" %
- pci_id)
+ logging.error("Binding device %s to stub failed" % pci_id)
continue
else:
logging.debug("Device %s already binded to stub" % pci_id)