Skip to content

Commit

Permalink
Merge pull request #1 from ErnestaP/patch-1
Browse files Browse the repository at this point in the history
Update visDQMSoundAlarmManager
  • Loading branch information
ahmad3213 authored May 5, 2021
2 parents 9195c1c + 96bb6f4 commit 8365802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/visDQMSoundAlarmManager
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class CustomRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):

for index, item in enumerate(state['contents']):
if 'obj' in item:
me = '%s/%s' % (item['dir'], item['obj'])
me = item['path']
content += '<tr>'
content += ' <td>%s</td>' % me
content += ' <td>%s</td>' % ', '.join(str(x['name']) for x in item['qresults'])
Expand Down

0 comments on commit 8365802

Please sign in to comment.