Skip to content

Commit

Permalink
Remove abandoned feature that tried to make some magic keywords optio…
Browse files Browse the repository at this point in the history
…nal.
  • Loading branch information
benclifford committed Aug 14, 2024
1 parent 3d1334b commit 526ab75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions parsl/app/bash.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@ def remote_side_bash_executor(func, *args, **kwargs):

executable = None

app_kwargs = kwargs.copy()

# TODO: should pass these through if 'func' declares that it will take them
# otherwise silently discard.
if 'stdout' in app_kwargs:
del app_kwargs['stdout']
if 'stderr' in app_kwargs:
del app_kwargs['stderr']

# Try to run the func to compose the commandline
try:
# Execute the func to get the commandline
Expand Down
2 changes: 1 addition & 1 deletion parsl/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Set module version.
"""
VERSION = '2024.08.12+desc-2024.08.14a'
VERSION = '2024.08.12+desc-2024.08.14b'

0 comments on commit 526ab75

Please sign in to comment.