Skip to content

Commit

Permalink
[config]: fix the runtime error of the 'show line' command (sonic-net…
Browse files Browse the repository at this point in the history
…#595) (sonic-net#596)

Signed-off-by: wangshengjun <[email protected]>
  • Loading branch information
wangshengjun authored and jleveque committed Aug 12, 2019
1 parent 7982a32 commit 5208ec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Empty file added consutil/__init__.py
Empty file.
2 changes: 2 additions & 0 deletions consutil/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
import pexpect
import re
import subprocess
import sys
from tabulate import tabulate
from lib import *
except ImportError as e:
raise ImportError("%s - required module not found" % str(e))

Expand Down

0 comments on commit 5208ec1

Please sign in to comment.