We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c985234 commit 28b63d0Copy full SHA for 28b63d0
2 files changed
workflowmonit/requirements.txt
@@ -1,3 +1,2 @@
1
-WMCore
2
schedule
3
-jira
+git+https://github.com/dmwm/WMCore.git
workflowmonit/workflowCollector.py
@@ -5,12 +5,12 @@
5
import re
6
import sys
7
import json
8
-import yaml
9
import time
10
import shutil
11
import threading
12
-from collections import defaultdict, OrderedDict
+from collections import defaultdict
13
+import yaml
14
import cx_Oracle
15
from workflowwebtools import workflowinfo
16
from workflowwebtools import errorutils
0 commit comments