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

Removal of 'task_block' parameter from serveral launcher's docstring #3613

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

Harichandra-Prasath
Copy link
Contributor

Description

In current version, Some of the launchers have parameter called 'task_block' mentioned in the docstring of the __call__ method but it is redundant and have no reflection on the code. This fix removes the mentioned parameter from the docstrings.

Changed Behaviour

This doesnt change any behaviour and everything is expected to behave the same

Fixes

Fixes #3612

Type of change

  • Code maintenance/cleanup

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.

launchers have docstring for non-existent task_block parameter
2 participants