Skip to content

Commit 5ca3bde

Browse files
author
caberos
committed
update and fix tox tool
1 parent 16cd760 commit 5ca3bde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SoftLayer/CLI/firewall/detail.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def cli(env, identifier):
3535
rules = mgr.get_dedicated_fwl_rules(firewall_id)
3636
else:
3737
rules = mgr.get_standard_fwl_rules(firewall_id)
38+
3839
table.add_row(['rules', get_rules_table(rules)])
3940
env.fout(table)
4041

0 commit comments

Comments
 (0)