IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33558


Ignore:
Timestamp:
Mar 16, 2012, 12:08:17 PM (14 years ago)
Author:
rhenders
Message:

added method to determine if a particular batch type is queued

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/config.py

    r33501 r33558  
    5858        except: pass
    5959
     60    '''
     61    Queuing this batch type?
     62    '''
     63    def queuingThisBatchType(self, batchType):
     64       if batchType in self.batchTypes: return 1
     65       return 0
    6066
    6167    '''
Note: See TracChangeset for help on using the changeset viewer.