Skip to content

Commit 9195c1c

Browse files
authored
Update visDQMSoundAlarmDaemon
Changes to be in synch with https://github.com/rovere/dqmgui/commits/index128 This repo should be used to make changes from now onwards
1 parent 7fa7015 commit 9195c1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/visDQMSoundAlarmDaemon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ def run_daemon():
210210
# Find new alarm histos, and update alarm states
211211
knownNewAlarms = set()
212212
for histo in state["contents"]:
213-
if histo.has_key('obj'):
214-
name = '%s/%s' % (histo['dir'], histo['obj'])
213+
if histo.has_key('path'):
214+
name = histo['path']
215215
else:
216216
continue
217217

0 commit comments

Comments
 (0)