Germano Cavalcante commited on
Commit
02673b4
1 Parent(s): ddf21ae

BPY Doc: Better error handling

Browse files
Files changed (1) hide show
  1. routers/tool_bpy_doc.py +1 -0
routers/tool_bpy_doc.py CHANGED
@@ -8,6 +8,7 @@ router = APIRouter()
8
 
9
  with open("routers/tool_bpy_doc_v4_1.pkl", 'rb') as file:
10
  bpy_doc_map = pickle.load(file)
 
11
 
12
 
13
  def bpy_doc_get_documentation(api):
 
8
 
9
  with open("routers/tool_bpy_doc_v4_1.pkl", 'rb') as file:
10
  bpy_doc_map = pickle.load(file)
11
+ bpy_doc_map['__info'] = {'bases': None}
12
 
13
 
14
  def bpy_doc_get_documentation(api):