Skip to content

Commit

Permalink
Merge pull request #358 from richardstrnad/fix_357
Browse files Browse the repository at this point in the history
Fixes #357, Added required parenthesis for python3
  • Loading branch information
Michael Smith committed Dec 11, 2019
2 parents 4f5dc87 + 8a778ca commit e8f8d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/reports/aci-report-switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def show_switch_long():

switch.populate_children(deep=True, include_concrete=True)

print render_text_switch(switch, args.tablefmt)
print(render_text_switch(switch, args.tablefmt))


if (args.all or
Expand Down

0 comments on commit e8f8d7a

Please sign in to comment.