- Timestamp:
- Sep 3, 2014, 1:25:44 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140813/ippToPsps/jython/config.py
r37246 r37350 27 27 self.camera = "gpc1" 28 28 self.onebatch = False 29 self.loopBatch = False 29 30 30 31 if sys.argv.count("-test"): … … 61 62 self.onebatch = True 62 63 sys.argv.remove("-one-batch") 64 65 if sys.argv.count("-loop"): 66 self.loopBatch = True 67 sys.argv.remove("-loop") 63 68 64 69 ## name of the top-level jython script
Note:
See TracChangeset
for help on using the changeset viewer.
