updates to fail early for required executables that are not in PATH
This commit is contained in:
parent
2a5c913a62
commit
503fa754a9
30 changed files with 128 additions and 132 deletions
|
@ -6,9 +6,8 @@ import logging
|
|||
import time
|
||||
from builtins import int, range
|
||||
|
||||
from core import CoreCommandError, constants, utils
|
||||
|
||||
utils.check_executables([constants.IP_BIN])
|
||||
from core import constants, utils
|
||||
from core.errors import CoreCommandError
|
||||
|
||||
|
||||
class CoreInterface(object):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue