Skip to content

Conversation

@rickyhmwork
Copy link

The r_runner function had an outdated signature (script_name, target_dir, src_dir) that didn't match how it's called in standard_task.py, which passes (script_name, task). This caused a TypeError when running R tasks.

Updated to match python_runner's signature: (script_name: str, task: BaseTask)

The r_runner function had an outdated signature (script_name, target_dir, src_dir)
that didn't match how it's called in standard_task.py, which passes (script_name, task).
This caused a TypeError when running R tasks.

Updated to match python_runner's signature: (script_name: str, task: BaseTask)
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

Successfully merging this pull request may close these issues.

1 participant