Skip to content

Commit

Permalink
common type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Radu Carpa committed Jan 19, 2024
1 parent a333221 commit 3ae12b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rucio/daemons/conveyor/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def __assign_paths_to_transfertool_and_create_hops(

# Selects the first path which can be submitted using a chain of supported transfertools
# and for which the creation of intermediate hops (if it is a multihop) works correctly
best_path = None
best_path = []
builder_to_use = None
hops_to_submit = None
must_skip_submission = False
Expand Down

0 comments on commit 3ae12b9

Please sign in to comment.