Skip to content

Commit

Permalink
fix: removed lookup to /DIRAC/Setups
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Nov 19, 2024
1 parent f8679fc commit 451b737
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/WebAppDIRAC/Lib/SessionData.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ def getData(self):
"validGroups": [],
# 'groupsStatuses': '',
"setup": self.__setup,
"validSetups": gConfig.getSections("/DIRAC/Setups")["Value"],
"extensions": self.__extensions,
"extVersion": self.getExtJSVersion(),
}
Expand Down

0 comments on commit 451b737

Please sign in to comment.