You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the full stack gets printed? Not ideal...
import pretty_errors # or omit out to see base python behavior
def recursive_function():
recursive_function()
recursive_function() # Call the recursive function to trigger the recursion error
Thanks for your hard work on the package! I'll be recommending it to everyone I code with!
The text was updated successfully, but these errors were encountered:
It appears that the full stack gets printed? Not ideal...
Thanks for your hard work on the package! I'll be recommending it to everyone I code with!
The text was updated successfully, but these errors were encountered: