You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
使用--schema 命令时,报TypeError,
错误位置在 /src/walk.py", line 51, in simulate_walks
# print(self.node_type[node])
if schema_iter.split('-')[0] == self.node_type[node]:
TypeError: 'NoneType' object is not subscriptable
没明白 self.node_type[node]怎么会NoneType?
The text was updated successfully, but these errors were encountered:
使用--schema 命令时,报TypeError,
错误位置在 /src/walk.py", line 51, in simulate_walks
# print(self.node_type[node])
if schema_iter.split('-')[0] == self.node_type[node]:
TypeError: 'NoneType' object is not subscriptable
没明白 self.node_type[node]怎么会NoneType?
The text was updated successfully, but these errors were encountered: