Skip to content

Commit 686fc74

Browse files
Update SoftLayer/CLI/loadbal/order.py
1 parent 0bd0acd commit 686fc74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SoftLayer/CLI/loadbal/order.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def order(env, **args):
4747
if datacenter:
4848
location = {'id': datacenter[0]['id']}
4949
else:
50-
raise exceptions.CLIHalt('Missing the datacenter')
50+
raise exceptions.CLIHalt('Datacenter {} was not found'.format(datacenter))
5151

5252
name = args.get('name')
5353
description = args.get('label', None)

0 commit comments

Comments
 (0)