Skip to content

Commit

Permalink
DM: Fix for double-commit merge error.
Browse files Browse the repository at this point in the history
While porting this fix from R2.20 to master, this problem
got introduced. Fixed.

Change-Id: I99d8a87dc4557b2f0fea48e4a1f20fcd816cf7ec
Closes-Bug: #1465070
  • Loading branch information
sbalineni committed Aug 27, 2015
1 parent 613de87 commit 01e4b2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/device-manager/device_manager/db.py
Expand Up @@ -297,6 +297,7 @@ def get_vn_li_map(self):
vn_dict[vn_id].append(li.name)
else:
vn_dict[vn_id] = [li.name]
return vn_dict
#end

def push_config(self):
Expand Down

0 comments on commit 01e4b2c

Please sign in to comment.