Skip to content

Commit

Permalink
Update ganga-scripting.md (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
XueliHua authored Nov 18, 2024
1 parent ef0ef1b commit 6796625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion second-analysis-steps/ganga-scripting.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def write_lfns(j, filename):
lfns.append(df.lfn)

with open(filename, 'w') as f:
f.writelfns('\n'.join(lfns))
f.write('\n'.join(lfns))
```

How about downloading and merging the ROOT output of a job's subjobs? Write a helper!
Expand Down

0 comments on commit 6796625

Please sign in to comment.