Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anisyonk committed Sep 10, 2024
1 parent 500b774 commit 770ebf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pilot/control/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ def _do_stageout(job: JobData, args: object, xdata: list, activity: list, title:
has_altstorage = all(entry.ddmendpoint_alt and entry.ddmendpoint != entry.ddmendpoint_alt for entry in remain_files)

logger.info('alt stage-out settings[%s]: is_unified=%s, altstageout=%s, remain_files=%s, has_altstorage=%s',
activity, is_unified, len(remain_files), has_altstorage)
activity, is_unified, altstageout, len(remain_files), has_altstorage)

if altstageout and remain_files and has_altstorage: # apply alternative stageout for failed transfers
for entry in remain_files:
Expand Down

0 comments on commit 770ebf5

Please sign in to comment.