IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33747


Ignore:
Timestamp:
Apr 10, 2012, 3:37:01 PM (14 years ago)
Author:
rhenders
Message:

now including IN batches

File:
1 edited

Legend:

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

    r33709 r33747  
    4242        else: self.stages = [self.STAGE]
    4343
    44         if self.BATCHTYPE == "all": self.batchTypes = ['P2', 'ST', 'OB']
     44        if self.BATCHTYPE == "all": self.batchTypes = ['IN', 'P2', 'ST', 'OB']
    4545        else: self.batchTypes = [self.BATCHTYPE]
    4646
     
    126126    '''
    127127    def printUsage(self):
    128         super(PollOdm, self).printUsage("<P2|ST|OB|all> <unloaded|unmergeworthy|unmerged|all> [hours]")
     128        super(PollOdm, self).printUsage("<IN|P2|ST|OB|all> <unloaded|unmergeworthy|unmerged|all> [hours]")
    129129   
    130130   
Note: See TracChangeset for help on using the changeset viewer.