Closed jrobinAV closed 2 years ago
When a back-end function (method delete in the following example) raises an exception, the Gui does not propagate the error nor the error type.
def delete(state): tp.delete(state.selected_scenario)
Log in the console:
C:\Users\jeanrobin\.virtualenvs\milestone\lib\site-packages\taipy\gui\gui.py:726: UserWarning: on_action: 'delete' function invocation exception: warnings.warn(f"on_action: '{action_function.__name__}' function invocation exception: {e}")
@FabienLelaquais I am tagging you so you are notified about the ticket. :)
When a back-end function (method delete in the following example) raises an exception, the Gui does not propagate the error nor the error type.
Log in the console: