Changeset 85 for trunk/plugin
- Timestamp:
- 04/18/05 14:39:45 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugin/togap.py
r80 r85 267 267 appendList.append( 'start_timestamp=' + jobattrs['start_timestamp'] ) 268 268 appendList.append( 'reported=' + jobattrs['reported'] ) 269 appendList.append( 'poll_interval=' + jobattrs['poll_interval'])269 appendList.append( 'poll_interval=' + str( jobattrs['poll_interval'] ) ) 270 270 appendList.append( 'domain=' + jobattrs['domain'] ) 271 271 appendList.append( 'nodes=' + self.makeNodeString( jobattrs['nodes'] ) )
Note: See TracChangeset
for help on using the changeset viewer.