Skip to content

Commit

Permalink
RucioUtils instead of python.RucioUtils (#8744)
Browse files Browse the repository at this point in the history
  • Loading branch information
aspiringmind-code authored Oct 17, 2024
1 parent 34bb7e5 commit 4a1c8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/Monitor/ReportRecallQuota.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import requests
from requests.auth import HTTPBasicAuth
from python.RucioUtils import getTapeRecallUsage
from RucioUtils import getTapeRecallUsage

FMT = "%Y-%m-%dT%H:%M:%S%z"
WORKDIR = '/data/srv/monit/'
Expand Down

0 comments on commit 4a1c8d6

Please sign in to comment.