Code style fix
This commit is contained in:
parent
67897e3f9f
commit
3d53e7e310
@ -343,7 +343,7 @@ 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', \
|
||||
if prop in ('name', 'qid', 'template', 'label', 'uuid',
|
||||
'installed_by_rpm'):
|
||||
continue
|
||||
if src_vm.property_is_default(prop):
|
||||
|
Loading…
Reference in New Issue
Block a user