bradshjg / flask-githubapp

Flask extension for rapid Github app development in Python, in the spirit of probot (https://probot.github.io/)
MIT License
56 stars 14 forks source link

allow returning info from functions (for debugging) #6

Closed bradshjg closed 5 years ago

bradshjg commented 5 years ago

Fixes #5

This can make debugging quite a bit less painful...but it also puts some constraints on what can be returned from functions :confused: