We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6e454d commit 24b10cbCopy full SHA for 24b10cb
SoftLayer/CLI/virt/capacity/__init__.py
@@ -43,6 +43,7 @@ def get_command(self, ctx, cmd_name):
43
except ModuleNotFoundError as ex:
44
print(ex.name)
45
46
+
47
# Required to get the sub-sub-sub command to work.
48
@click.group(cls=CapacityCommands, context_settings=CONTEXT)
49
def cli():
0 commit comments