Skip to content

Commit

Permalink
Restore misremoved 'as'
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Nov 7, 2024
1 parent 8c14093 commit fb1910e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsl/channels/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Channel(metaclass=ABCMeta):
such as push_file, pull_file and makedirs.
Channels should ensure that each launched command runs in a new process
group, so that providers (such LocalProvider) which terminate long
group, so that providers (such as LocalProvider) which terminate long
running commands using process groups can do so.
"""

Expand Down

0 comments on commit fb1910e

Please sign in to comment.