Skip to content

Commit

Permalink
Remove unneeded lines in CharliecloudDriver.run_text
Browse files Browse the repository at this point in the history
  • Loading branch information
arhall0 committed Jan 30, 2025
1 parent 92da00b commit ee7921d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions beeflow/common/crt/charliecloud_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ def run_text(self, task): # noqa
main_command=Command([str(arg) for arg in task.command]),
post_commands=[])

if task_container_name:
container_path = '/'.join([self.container_archive, task_container_name]) + '.tar.gz'

# If use_container is specified, no copying is done, the file path is used
squashfs = False
if use_container:
Expand Down

0 comments on commit ee7921d

Please sign in to comment.