mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 23:19:40 +00:00
fix code conventions for pylint
This commit is contained in:
@@ -210,7 +210,7 @@ class wvmCreate(wvmConnect):
|
||||
xml += """<apic/>"""
|
||||
if 'pae' in caps["features"]:
|
||||
xml += """<pae/>"""
|
||||
if 'yes' == firmware.get("secure", 'no'):
|
||||
if firmware.get("secure", 'no') == 'yes':
|
||||
xml += """<smm state="on"/>"""
|
||||
xml += """</features>"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user