From 4a1c8d6d50e59c1c25dcc56416b14b145de3d7be Mon Sep 17 00:00:00 2001 From: Vijay Chakravarty Date: Thu, 17 Oct 2024 15:08:26 +0200 Subject: [PATCH] RucioUtils instead of python.RucioUtils (#8744) --- src/script/Monitor/ReportRecallQuota.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/Monitor/ReportRecallQuota.py b/src/script/Monitor/ReportRecallQuota.py index 62f2b3f0fd..d93b7746c2 100644 --- a/src/script/Monitor/ReportRecallQuota.py +++ b/src/script/Monitor/ReportRecallQuota.py @@ -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/'