Changeset 277 for trunk


Ignore:
Timestamp:
07/21/06 17:49:54 (18 years ago)
Author:
bastiaans
Message:

jobarchived/jobarchived.py:

  • fixed bug with RRDTOOL path config parsing
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jobarchived/jobarchived.py

    r273 r277  
    362362        """A class for performing RRD mutations"""
    363363
    364         binary = RRDTOOL
     364        binary = None
    365365
    366366        def __init__( self, binary=None ):
     
    10651065                self.config = config
    10661066                self.slot = threading.Lock()
    1067                 self.rrdm = RRDMutator()
     1067                self.rrdm = RRDMutator( RRDTOOL )
    10681068                self.gatherLastUpdates()
    10691069
Note: See TracChangeset for help on using the changeset viewer.