We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb39db5 commit 0da5b34Copy full SHA for 0da5b34
1 file changed
SoftLayer/CLI/bandwidth/pools_create.py
@@ -42,8 +42,8 @@ def check_region_param(ctx, param, value):
42
if region_group:
43
return region_group
44
else:
45
- raise click.BadParameter(f"{value} is not a region or part of any \
46
- region. \nAvailable Choices: \033[1;32m{regions}")
+ raise click.BadParameter(f"{value} is not a region or part of any region.\
+ \nAvailable Choices: \033[1;32m{regions}")
47
48
49
@click.command(cls=SLCommand)
0 commit comments