code styling
This commit is contained in:
parent
1d3255188e
commit
cd5c2a6cb1
@ -94,6 +94,9 @@ class DriverMatrix:
|
|||||||
self.log = logging.getLogger(self.__class__.__name__)
|
self.log = logging.getLogger(self.__class__.__name__)
|
||||||
|
|
||||||
if DriverMatrix.__DRIVER_MATRIX is None:
|
if DriverMatrix.__DRIVER_MATRIX is None:
|
||||||
|
self.__load()
|
||||||
|
|
||||||
|
def __load(self):
|
||||||
try:
|
try:
|
||||||
file = open(DriverMatrix.__DRIVER_MATRIX_FILENAME)
|
file = open(DriverMatrix.__DRIVER_MATRIX_FILENAME)
|
||||||
DriverMatrix.__DRIVER_MATRIX = json_load(file)
|
DriverMatrix.__DRIVER_MATRIX = json_load(file)
|
||||||
|
Loading…
Reference in New Issue
Block a user