fixed indentation

This commit is contained in:
Jan Oliver Oelerich 2016-01-20 09:11:30 +01:00
parent 0fce823952
commit 691453950b

View File

@ -31,7 +31,7 @@ class SGETracker(IntervalModule):
shell=True)
root = etree.fromstring(xml)
job_dict = {'qw': 0, 'Eqw': 0, 'r': 0}
for j in root.xpath('//job_info/job_info/job_list'):
job_dict[j.find("state").text] += 1