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

TypeError when trying to get detailed info about command #33

Closed
renskiy opened this issue Jun 23, 2016 · 0 comments
Closed

TypeError when trying to get detailed info about command #33

renskiy opened this issue Jun 23, 2016 · 0 comments
Labels

Comments

@renskiy
Copy link
Owner

renskiy commented Jun 23, 2016

fab -d test
Traceback (most recent call last):
  File "/Library/Python/2.7/site-packages/fabric/main.py", line 694, in main
    display_command(options.display)
  File "/Library/Python/2.7/site-packages/fabric/main.py", line 479, in display_command
    task_details = command.__details__()
  File "/Library/Python/2.7/site-packages/fabric/tasks.py", line 183, in __details__
    return get_task_details(orig)
  File "/Library/Python/2.7/site-packages/fabric/tasks.py", line 42, in get_task_details
    argspec = inspect.getargspec(task)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/inspect.py", line 816, in getargspec
    raise TypeError('{!r} is not a Python function'.format(func))
TypeError: <functools.partial object at 0x10c9a2260> is not a Python function
@renskiy renskiy added the bug label Jun 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant