New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80503


Ignore:
Timestamp:
07/13/11 12:08:20 (4 years ago)
Author:
jmr@…
Message:

buildmaster: apparently there's no hasProperty method where we need it, so just catch the exception

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/buildbot/master.cfg

    r80490 r80503  
    136136             
    137137            # support forced build properties 
    138             if self.hasProperty('portlist'): 
     138            try: 
    139139                portlist = self.getProperty('portlist').strip() 
    140             else: 
     140            except: 
    141141                portlist = '' 
    142142 
Note: See TracChangeset for help on using the changeset viewer.