Changeset 286 for trunk/jobarchived


Ignore:
Timestamp:
12/18/06 16:01:44 (17 years ago)
Author:
bastiaans
Message:

jobarchived/jobarchived.py:

  • properly split jobid with regard to new multiple metric jobinfo
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jobarchived/jobarchived.py

    r285 r286  
    515515                        elif metricname.find( 'MONARCH-JOB' ) != -1:
    516516
    517                                 job_id = metricname.split( 'MONARCH-JOB-' )[1]
     517                                job_id = metricname.split( 'MONARCH-JOB-' )[1].split( '-' )[0]
    518518                                val = attrs.get( 'VAL', "" )
    519519
Note: See TracChangeset for help on using the changeset viewer.