- Timestamp:
- Jul 17, 2014, 12:30:45 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-ops-20130712/ippToPsps
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
jython/pollOdm.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-ops-20130712/ippToPsps
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-ops-20130712/ippToPsps/jython/pollOdm.py
r35097 r37066 42 42 else: self.stages = [self.STAGE] 43 43 44 if self.BATCHTYPE == "all": self.batchTypes = ['IN', 'P2', 'ST', 'OB' ]44 if self.BATCHTYPE == "all": self.batchTypes = ['IN', 'P2', 'ST', 'OB', 'DF', 'DO', 'FW', 'FO'] 45 45 else: self.batchTypes = [self.BATCHTYPE] 46 46 … … 126 126 ''' 127 127 def printUsage(self): 128 super(PollOdm, self).printUsage("<IN|P2|ST|OB| all> <unloaded|unmergeworthy|unmerged|all> [hours]")128 super(PollOdm, self).printUsage("<IN|P2|ST|OB|DF|DO|FW|FO|all> <unloaded|unmergeworthy|unmerged|all> [hours]") 129 129 130 130
Note:
See TracChangeset
for help on using the changeset viewer.
