Handle errors is toolbit json more gracefully
This commit is contained in:
@@ -367,6 +367,7 @@ class ToolBit(object):
|
||||
|
||||
|
||||
def Declaration(path):
|
||||
PathLog.track(path)
|
||||
with open(path, 'r') as fp:
|
||||
return json.load(fp)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user