Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix script decorator to properly wrap the underlying function (#592)
This fixes the script decorator so that - - Args are passed as intended - The wrapper is wrapped with functools.wraps to ensure proper stack traces. See https://docs.python.org/3/library/functools.html#functools.wraps Signed-off-by: Sambhav Kothari <[email protected]>
- Loading branch information