Skip to content

Commit 8411980

Browse files
author
vinnie87
committed
Candidate release 1.4.1
Multi-instance bug fix
1 parent 78ce945 commit 8411980

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Multiinstance/Application/CmsConfigExplorer/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Multiinstance/Application/exposed/exposed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2287,7 +2287,7 @@ def getSummaryItems(self, sumMap, ver, cnf, db, log, request = None, src = 0):
22872287
except:
22882288
log.error('ERROR: End Path Prescales not retreived')
22892289

2290-
streams_dict[s.id] = si
2290+
streams_dict[s.id] = si
22912291

22922292
si.gid = cache.sumMappingDictPut(src, si.id, "str", cache_session, log)
22932293

0 commit comments

Comments
 (0)