Skip to content

Commit 300943f

Browse files
authored
Merge pull request #284 from rynge/htcondor2-change
OSPool CM: preparing for HTCondor 25 / htcondor2 module switch
2 parents 03dfeef + c30cea2 commit 300943f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opensciencegrid/ospool-cm/ospool-overview/utils/node-issues.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
from pprint import pprint
44

5-
import htcondor
6-
import classad
5+
import htcondor2 as htcondor
6+
import classad2 as classad
77

88

99
def bool_stats(data, key, threshold):

0 commit comments

Comments
 (0)