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

OO syntax with split using keyword arguments is broken #91

Open
jbarlow83 opened this issue Jun 29, 2018 · 1 comment
Open

OO syntax with split using keyword arguments is broken #91

jbarlow83 opened this issue Jun 29, 2018 · 1 comment
Assignees
Labels

Comments

@jbarlow83
Copy link
Contributor

An exception is raised if a task is declared with split using keywords - like this:

    task = main_pipeline.split(
        task_func=task_fn,
        input=previous_task,
        output=os.path.join(work_folder, '*.pdf'),
        extras=[log, context])

Removing the task_func, input and output kwargs will resolve the issue

@AndreasHeger
Copy link
Collaborator

Thanks, apologies for the delay, I will look into this.

@AndreasHeger AndreasHeger self-assigned this Nov 5, 2018
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

2 participants