- Timestamp:
- Aug 12, 2014, 12:30:55 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140717/ippToPsps/jython/config.py
r37174 r37219 26 26 self.retry = False 27 27 self.camera = "gpc1" 28 self.onebatch = False 28 29 29 30 if sys.argv.count("-test"): … … 56 57 self.camera = "simtest" 57 58 sys.argv.remove("-simtest") 59 60 if sys.argv.count("-one-batch"): 61 self.onebatch = True 62 sys.argv.remove("-one-batch") 58 63 59 64 ## name of the top-level jython script
Note:
See TracChangeset
for help on using the changeset viewer.
