Skip to content

Commit 24b10cb

Browse files
caberoscaberos
caberos
authored and
caberos
committed
Fix the tox tool
1 parent e6e454d commit 24b10cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SoftLayer/CLI/virt/capacity/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def get_command(self, ctx, cmd_name):
4343
except ModuleNotFoundError as ex:
4444
print(ex.name)
4545

46+
4647
# Required to get the sub-sub-sub command to work.
4748
@click.group(cls=CapacityCommands, context_settings=CONTEXT)
4849
def cli():

0 commit comments

Comments
 (0)