forked from OpenSDV/Linux_Kernel_map4vehicle
-try
This commit is contained in:
parent
d33d8207f0
commit
ed52b26ac5
|
@ -168,10 +168,10 @@ def call_tree(node, printed=None, level=0):
|
|||
if a in local_printed or a in black_list:
|
||||
continue
|
||||
local_printed.add(a)
|
||||
try:
|
||||
call_tree(line.split()[1], printed, level + 1)
|
||||
except Exception:
|
||||
pass
|
||||
# try:
|
||||
call_tree(line.split()[1], printed, level + 1)
|
||||
# except Exception:
|
||||
# pass
|
||||
return ''
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue