Changeset 85


Ignore:
Timestamp:
04/18/05 14:39:45 (19 years ago)
Author:
bastiaans
Message:

plugin/togap.py:

  • Bugfix
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugin/togap.py

    r80 r85  
    267267                appendList.append( 'start_timestamp=' + jobattrs['start_timestamp'] )
    268268                appendList.append( 'reported=' + jobattrs['reported'] )
    269                 appendList.append( 'poll_interval=' + jobattrs['poll_interval'] )
     269                appendList.append( 'poll_interval=' + str( jobattrs['poll_interval'] ) )
    270270                appendList.append( 'domain=' + jobattrs['domain'] )
    271271                appendList.append( 'nodes=' + self.makeNodeString( jobattrs['nodes'] ) )
Note: See TracChangeset for help on using the changeset viewer.