Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fab -d task shows incorrect arguments when using @parallel @serial decorators #971

Closed
nukemberg opened this issue Aug 29, 2013 · 2 comments

Comments

@nukemberg
Copy link

This is because the implementation of the decorator uses @wraps instead of @decorator which does not copy arguments metadata

@akitada
Copy link

akitada commented Dec 23, 2013

Apparently, decorators other than @serial and @task breaks argument list.

@bitprophet
Copy link
Member

Rolling into #1286

bitprophet pushed a commit that referenced this issue Mar 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants