You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #248 mentions type hinting, but I think that is for Invoke to use type hinting internally. This issue is to allow Invoke to run tasks with type hinting annotations.
With current master, when defining a task like this:
Issue #248 mentions type hinting, but I think that is for Invoke to use type hinting internally. This issue is to allow Invoke to run tasks with type hinting annotations.
With current master, when defining a task like this:
I get the following error message when trying to run this task:
I followed the advice and replaced getargspec() in tasks.py with getfullargspec() and everything seems to work.
I don''t know the full implications of this change, but I'll create a fork and run the tests and see if something breaks.
The text was updated successfully, but these errors were encountered: