Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: root-project/roottest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f5b6d4ac6292e6dd93f2d084afb9dc211e88490e
Choose a base ref
..
head repository: root-project/roottest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2a2218eb1e8c52afa17e0e1270ed30aad82ad694
Choose a head ref
Showing with 3 additions and 0 deletions.
  1. +3 −0 python/distrdf/backends/check_friend_trees_alignment.py
3 changes: 3 additions & 0 deletions python/distrdf/backends/check_friend_trees_alignment.py
Original file line number Diff line number Diff line change
@@ -20,6 +20,9 @@ def create_chain():
for i in range(3, 6):
friend.Add(f"{FILENAMES[i]}?#{TREENAMES[i]}")

# The friend will be owned by the main TChain
ROOT.SetOwnership(friend, False)

main.AddFriend(friend, "friend")

return main