Skip to content

Commit

Permalink
Transfers: Remove oidc_account parameter rucio#6407
Browse files Browse the repository at this point in the history
It had been rendered useless since commit 0400523 and was only kept
for compatibility with the Poller.
  • Loading branch information
dchristidis committed Jan 14, 2025
1 parent e54a1a6 commit 057fc59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rucio/transfertool/fts3.py
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,6 @@ class FTS3Transfertool(Transfertool):

def __init__(self,
external_host: str,
oidc_account: Optional[str] = None,
oidc_support: bool = False,
vo: Optional[str] = None,
group_bulk: int = 1,
Expand Down

0 comments on commit 057fc59

Please sign in to comment.