mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 17:26:32 +01:00
Update tree_select.py
This commit is contained in:
parent
ee462dcdb3
commit
f82f629f85
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)
|
||||
try:
|
||||
callback(caller, treestr, index, selection)
|
||||
except:
|
||||
except Exception:
|
||||
log_trace("Error in tree selection callback.")
|
||||
|
||||
# Returning None, None ends the menu.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue