rcbops-qe / monster

Deployment/Orchestration Engine
Apache License 2.0
4 stars 8 forks source link

james | added functools wraps for better stacktraces #127

Closed jcourtois closed 10 years ago

jcourtois commented 10 years ago

The wraps decorator assigns the name and docstring of the wrapped function to the function that wraps it. This allows for clear stackstraces.