Browse Source

Code style fix

Marek Marczykowski-Górecki 5 years ago
parent
commit
3d53e7e310
1 changed files with 2 additions and 2 deletions
  1. 2 2
      qubesadmin/app.py

+ 2 - 2
qubesadmin/app.py

@@ -343,8 +343,8 @@ class QubesBase(qubesadmin.base.PropertyHolder):
             assert isinstance(dst_vm, qubesadmin.vm.QubesVM)
             for prop in src_vm.property_list():
                 # handled by admin.vm.Create call
-                if prop in ('name', 'qid', 'template', 'label', 'uuid', \
-                            'installed_by_rpm'):
+                if prop in ('name', 'qid', 'template', 'label', 'uuid',
+                        'installed_by_rpm'):
                     continue
                 if src_vm.property_is_default(prop):
                     continue