Fix too long line

This commit is contained in:
Marek Marczykowski-Górecki 2019-07-31 15:36:03 +02:00
parent 74f8d4531e
commit 6c8bdfaa4b
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -277,8 +277,9 @@ class BaseVM(qubes.PropertyHolder):
)
self.devices[devclass].load_persistent(device_assignment)
except KeyError:
msg = "{}: Cannot find backend domain '{}' for device type {} '{}'".format(self.name, node.get(
'backend-domain'), devclass, node.get('id'))
msg = "{}: Cannot find backend domain '{}' " \
"for device type {} '{}'".format(self.name, node.get(
'backend-domain'), devclass, node.get('id'))
self.log.info(msg)
continue