[Buildbot-commits] [Buildbot] #2061: patch: make P4Poller pick up where it left off

Buildbot nobody at buildbot.net
Fri Jul 22 18:19:40 UTC 2011


#2061: patch: make P4Poller pick up where it left off
------------------------+------------------------
Reporter:  dberger      |       Owner:
    Type:  enhancement  |      Status:  new
Priority:  major        |   Milestone:  undecided
 Version:  0.8.4p2      |  Resolution:
Keywords:               |
------------------------+------------------------

Comment (by dberger):

 +                when_timestamp = int( chDict.get( 'when_timestamp', 0 ) )

 should be

 +                when_timestamp = chDict.get( 'when_timestamp', 0 )

 and

 +
 time.ctime( when_timestamp ) ) )

 should be

 +
 when_timestamp.ctime() ) )

 I apparently had the unfixed version in my clipboard when I pasted.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2061#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list