Fix error message grammar
This commit is contained in:
parent
ed11346977
commit
ac7461d1e8
@ -222,9 +222,9 @@ def pre_remove(args):
|
|||||||
try:
|
try:
|
||||||
tpl = app.domains[args.name]
|
tpl = app.domains[args.name]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
parser.error('Qube with this name do not exist')
|
parser.error('No Qube with this name exists')
|
||||||
for appvm in tpl.appvms:
|
for appvm in tpl.appvms:
|
||||||
parser.error('Qube {} use this template'.format(appvm.name))
|
parser.error('Qube {} uses this template'.format(appvm.name))
|
||||||
|
|
||||||
del app.domains[args.name]
|
del app.domains[args.name]
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
Reference in New Issue
Block a user