Skip to content
Snippets Groups Projects

[v9r4] Fix SLSAgent and update release docs

Merged Christophe Haen requested to merge chaen/LHCbDIRAC:updateDocs into master
1 file
+ 2
4
Compare changes
  • Side-by-side
  • Inline
@@ -59,12 +59,10 @@ def _aggregate(reqId, reqType, reqWG, reqName, SimCondition, ProPath, groups, in
gLogger.error('Email cache database is locked')
for group in groups:
columns = "reqId, reqType, reqWG, reqName, SimCondition, ProPath, thegroup, reqInform"
conn.execute(
"INSERT INTO ProductionManagementCache (?)"
"INSERT INTO ProductionManagementCache (reqId, reqType, reqWG, reqName, SimCondition, ProPath, thegroup, reqInform)"
" VALUES (?, ?, ?, ?, ?, ?, ?, ?)",
(columns,
reqId,
(reqId,
reqType,
reqWG,
reqName,
Loading