Skip to content

Commit f3989f3

Browse files
author
Daniel Abercrombie
committed
Merge branch 'pass-user' into user
2 parents 611d4c6 + 818f44c commit f3989f3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

workflowmonit/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
schedule
2-
git+https://github.com/dmwm/WMCore.git
2+
CMSMonitoring
33
stomp.py
44
pyyaml>=5.1

workflowmonit/stompAMQ.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/usr/bin/env python
22
import json
33

4-
from WMCore.Services.StompAMQ.StompAMQ import StompAMQ
4+
from CMSMonitoring import StompAMQ
55

66

77
class stompAMQ(StompAMQ):
88
"""
9-
Overriding :py:mod:`WMCore.Services.StompAMQ.StompAMQ.StompAMQ`'s
9+
Overriding :py:mod:`CMSMonitoring.StompAMQ`'s
1010
:py:func:`_send_single` method. The default ``destination`` -- **queue** is
1111
not authorizing me to write.
1212
"""

0 commit comments

Comments
 (0)