summaryrefslogtreecommitdiff
path: root/virt-xml
diff options
context:
space:
mode:
authorChen Hanxiao <chenhanxiao@gmail.com>2017-09-20 15:36:27 +0800
committerChen Hanxiao <chen_han_xiao@126.com>2017-10-21 23:26:16 +0800
commit7f1b4cee822855f683b8f38f38c6b1483911a5a5 (patch)
tree41871622912f9694f5247b4d482b5c3356a3fd49 /virt-xml
parent999dbb3665fb1cf7d6466dc53583a020b644e522 (diff)
downloadvirt-manager-7f1b4cee822855f683b8f38f38c6b1483911a5a5.tar.gz
pycodestyle: fix all E125 warnings
Fix all E125: Continuation line with same indent as next logical line Also remove ignore options of E125 Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
Diffstat (limited to 'virt-xml')
-rwxr-xr-xvirt-xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/virt-xml b/virt-xml
index 59d6c4fe..750498b6 100755
--- a/virt-xml
+++ b/virt-xml
@@ -256,7 +256,7 @@ def setup_device(dev):
def define_changes(conn, inactive_xmlobj, devs, action, confirm):
if confirm:
if not prompt_yes_or_no(
- _("Define '%s' with the changed XML?") % inactive_xmlobj.name):
+ _("Define '%s' with the changed XML?") % inactive_xmlobj.name):
return False
if action == "hotplug":