Skip to content

Commit 28b63d0

Browse files
committed
using git repo
1 parent c985234 commit 28b63d0

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

workflowmonit/requirements.txt

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

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)