Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
Removed space as per review comment.
  • Loading branch information
tapashdas committed Dec 18, 2020
1 parent 24958ff commit 074ca0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2955,7 +2955,7 @@ def add_vrf_vni_map(ctx, vrfname, vni):
break

if (found == 0):
ctx.fail(" VLAN VNI not mapped. Please create VLAN VNI map entry first ")
ctx.fail("VLAN VNI not mapped. Please create VLAN VNI map entry first")

found = 0
vrf_table = config_db.get_table('VRF')
Expand Down

0 comments on commit 074ca0d

Please sign in to comment.