Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions nxos-tools/nxos_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,7 @@ def show_vlans_macs(conn_str):
exit(1)
elif not args.s_conn:
try:
assert args.vxlan
assert args.vlans_macs
assert args.vxlan or args.vlans_macs
except AssertionError:
parser.error('slave connection string not provided')
exit(1)
Expand Down