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

Cluster provider #3237

Closed
wants to merge 5 commits into from
Closed

Cluster provider #3237

wants to merge 5 commits into from

Conversation

jessielin34
Copy link
Contributor

Description

This pull request is to fix cluster_provider.py's function _write_submit_script from returning True to returning None or falling off the end of the method without a return statement.

Changed Behaviour

After the function runs, it will not return True anymore, instead it will either return on its own, or fall off the end of the method without a return statement

Fixes

Fixes #3234

Type of change

  • Bug fix
  • Code maintenance/cleanup

@jessielin34 jessielin34 closed this by deleting the head repository Mar 12, 2024
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.

parsl.providers.cluster_provider _write_submit_script should return nothing, rather than constant True
1 participant