Skip to content

Commit

Permalink
Merge pull request #209 from godpiss/scope-fixed
Browse files Browse the repository at this point in the history
scope-state-fixed
  • Loading branch information
mightqxc authored Jan 22, 2024
2 parents d3640cd + b26dda7 commit 13d08b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandaharvester/harvesterstager/go_bulk_stager.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def check_stage_out_status(self, jobspec):
scope = fileSpec.scope
# for EventService job set the scope to transient for non log files
if self.EventServicejob:
scope = "transient"
pass
# only print to log file first 25 files
if ifile < 25:
msgStr = f"fileSpec.lfn - {fileSpec.lfn} fileSpec.scope - {fileSpec.scope}"
Expand Down

0 comments on commit 13d08b6

Please sign in to comment.