Skip to content

Commit

Permalink
Remove docstring saying used "walltime" parameter is unused (#3660)
Browse files Browse the repository at this point in the history
walltime is used in LocalProvider

This is part of tidyups during implemention of #3515

## Type of change

- Update to human readable text: Documentation/error messages/comments
  • Loading branch information
benclifford authored Oct 25, 2024
1 parent 4127996 commit ab299ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsl/channels/local/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def execute_wait(self, cmd, walltime=None, envs={}):
Args:
- cmd (string) : Commandline string to execute
- walltime (int) : walltime in seconds, this is not really used now.
- walltime (int) : walltime in seconds
Kwargs:
- envs (dict) : Dictionary of env variables. This will be used
Expand Down

0 comments on commit ab299ee

Please sign in to comment.