Skip to content

Fix r_runner signature to match python_runner#20

Open
rickyhmwork wants to merge 1 commit intoUWNETLAB:masterfrom
rickyhmwork:fix/r-runner-signature
Open

Fix r_runner signature to match python_runner#20
rickyhmwork wants to merge 1 commit intoUWNETLAB:masterfrom
rickyhmwork:fix/r-runner-signature

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