Skip to content

Commit

Permalink
[consutil] Fix issue where the ConfigDBConnector's reference is missi…
Browse files Browse the repository at this point in the history
…ng (sonic-net#1117)

Co-authored-by: Jing Kan<jika@microsoft.com>
  • Loading branch information
Blueve committed Sep 15, 2020
1 parent 8592d08 commit 58d09dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions consutil/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import re
import subprocess
import sys
from swsssdk import ConfigDBConnector
except ImportError as e:
raise ImportError("%s - required module not found" % str(e))

Expand Down

0 comments on commit 58d09dc

Please sign in to comment.