Update tree_select.py
This commit is contained in:
parent
7d10570424
commit
53d8536744
1 changed files with 1 additions and 1 deletions
|
|
@ -432,7 +432,7 @@ def menunode_treeselect(caller, raw_string, **kwargs):
|
||||||
selection = index_to_selection(treestr, index)
|
selection = index_to_selection(treestr, index)
|
||||||
try:
|
try:
|
||||||
callback(caller, treestr, index, selection)
|
callback(caller, treestr, index, selection)
|
||||||
except:
|
except Exception:
|
||||||
log_trace("Error in tree selection callback.")
|
log_trace("Error in tree selection callback.")
|
||||||
|
|
||||||
# Returning None, None ends the menu.
|
# Returning None, None ends the menu.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue