Comply with new hacking release
Another couple of small issues to pass all PEP8 tests in the new hacking release Change-Id: I0d8aebdb27b03630b6de2186d32f58b3d6a1957d
This commit is contained in:
parent
f5823b20bc
commit
cbcf322895
@ -119,7 +119,7 @@ def do_node_delete(cc, args):
|
||||
cc.node.delete(n)
|
||||
except exc.HTTPNotFound:
|
||||
raise exc.CommandError(_('Node not found: %s') % n)
|
||||
print _('Deleted node %s') % n
|
||||
print(_('Deleted node %s') % n)
|
||||
|
||||
|
||||
@utils.arg('node',
|
||||
|
Loading…
x
Reference in New Issue
Block a user