Update tree_select.py

This commit is contained in:
FlutterSprite 2017-11-12 11:51:53 -08:00 committed by GitHub
parent ee462dcdb3
commit f82f629f85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.