Remove duplicated line
This commit is contained in:
parent
591826daa2
commit
17cf9f7a9b
@ -190,7 +190,6 @@ class QubesVm(object):
|
|||||||
'kernelopts', 'services', 'installed_by_rpm',\
|
'kernelopts', 'services', 'installed_by_rpm',\
|
||||||
'uses_default_netvm', 'include_in_backups', 'debug',\
|
'uses_default_netvm', 'include_in_backups', 'debug',\
|
||||||
'default_user', 'qrexec_timeout', 'autostart',
|
'default_user', 'qrexec_timeout', 'autostart',
|
||||||
'default_user', 'qrexec_timeout',
|
|
||||||
'backup_content', 'backup_size', 'backup_path' ]:
|
'backup_content', 'backup_size', 'backup_path' ]:
|
||||||
attrs[prop]['save'] = lambda prop=prop: str(getattr(self, prop))
|
attrs[prop]['save'] = lambda prop=prop: str(getattr(self, prop))
|
||||||
# Simple paths
|
# Simple paths
|
||||||
|
Loading…
Reference in New Issue
Block a user