Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and lgray committed Mar 11, 2024
1 parent dd186eb commit 27a81e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/coffea/dataset_tools/rucio_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import json
import os
import re
import time
import subprocess
import time
from collections import defaultdict

from rucio.client import Client
Expand Down Expand Up @@ -100,9 +100,9 @@ def get_xrootd_sites_map():
if "prefix" not in proc:
if "rules" in proc:
for rule in proc["rules"]:
sites_xrootd_access[site["rse"]][
rule["lfn"]
] = rule["pfn"]
sites_xrootd_access[site["rse"]][rule["lfn"]] = (
rule["pfn"]
)
else:
sites_xrootd_access[site["rse"]] = proc["prefix"]

Expand Down

0 comments on commit 27a81e0

Please sign in to comment.