Ver Fonte

Fix too long line

Marek Marczykowski-Górecki há 4 anos atrás
pai
commit
6c8bdfaa4b
1 ficheiros alterados com 3 adições e 2 exclusões
  1. 3 2
      qubes/vm/__init__.py

+ 3 - 2
qubes/vm/__init__.py

@@ -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