Skip to content

Commit 42d3223

Browse files
authored
Merge pull request #2 from phylsix/merge-trial
Merge trial
2 parents c985234 + 2a4abfe commit 42d3223

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ sphinx
22
sphinx_rtd_theme
33
sphinxcontrib-programoutput
44
sphinxcontrib-autoanysrc
5+
-r ../workflowmonit/requirements.txt

workflowmonit/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
WMCore
21
schedule
3-
jira
2+
git+https://github.com/dmwm/WMCore.git
3+
stomp.py

workflowmonit/workflowCollector.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
import re
66
import sys
77
import json
8-
import yaml
98
import time
109
import shutil
1110
import threading
12-
from collections import defaultdict, OrderedDict
11+
from collections import defaultdict
1312

13+
import yaml
1414
import cx_Oracle
1515
from workflowwebtools import workflowinfo
1616
from workflowwebtools import errorutils

0 commit comments

Comments
 (0)