File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
docs/source/AdministratorGuide/ServerInstallations
Core/Tornado/Server/private
WorkloadManagementSystem/Agent Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,6 @@ Section has the following structure::
164
164
Applications
165
165
{
166
166
Accounting = DIRAC.Accounting
167
- Activity Monitor = DIRAC.ActivityMonitor
168
167
Component History = DIRAC.ComponentHistory
169
168
Configuration Manager = DIRAC.ConfigurationManager
170
169
Downtimes = DIRAC.Downtimes
Original file line number Diff line number Diff line change @@ -739,8 +739,8 @@ def _authzSSL(self):
739
739
elif balancer :
740
740
if self .request .headers .get ("X-Ssl_client_verify" ) == "SUCCESS" and self .request .headers .get ("X-SSL-CERT" ):
741
741
chainAsText = unquote (self .request .headers .get ("X-SSL-CERT" ))
742
- else :
743
- return S_ERROR (DErrno .ECERTFIND , "Valid certificate not found." )
742
+ else :
743
+ return S_ERROR (DErrno .ECERTFIND , "Valid certificate not found." )
744
744
else :
745
745
return S_ERROR (DErrno .ECERTFIND , "Valid certificate not found." )
746
746
Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ def execute(self):
115
115
116
116
self .log .info ("Start sending WMSHistory records" )
117
117
for record in values :
118
- record = record [1 :]
119
118
rD = {}
120
119
for fV in self .__summaryDefinedFields :
121
120
rD [fV [0 ]] = fV [1 ]
You can’t perform that action at this time.
0 commit comments