Skip to content

Commit

Permalink
cont
Browse files Browse the repository at this point in the history
  • Loading branch information
chaen committed Mar 4, 2024
1 parent 5c351c5 commit 719bd55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DIRAC/Core/Utilities/Plotting/TypeLoader.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ def __init__(self, plottingFamily="Accounting"):
"""c'tor"""
self.__loaded = {}
if plottingFamily == "Accounting":
self.__path = "AccountingSystem/Client/Types"
self.__path = "AccountingSystem.Client.Types"
self.__parentCls = BaseAccountingType
elif plottingFamily == "Monitoring":
self.__path = "MonitoringSystem/Client/Types"
self.__path = "MonitoringSystem.Client.Types"
self.__parentCls = BaseType
self.__reFilter = re.compile(r".*[a-z1-9]\.py$")

Expand Down

0 comments on commit 719bd55

Please sign in to comment.