Changeset 32880 for trunk/ippdor/src/ipp/constants/Camera.py
- Timestamp:
- Dec 7, 2011, 11:07:47 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippdor/src/ipp/constants/Camera.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdor/src/ipp/constants/Camera.py
r32874 r32880 3 3 framework are defined for the Camera stage. 4 4 5 It defines the following data members: 6 TODO: list defined constants 5 It defines the following constants: 6 - REQUIREMENTS: The Condor requirements to run Cam jobs 7 - EMAIL_BODY_MULTIPLE_CAM_ENTRIES: The e-mail body when there is more 8 than one cam entry for one chip (Note: it seems it was useful when 9 chiptool has a bug but it seems to be fixed now (see svn log for 10 revision 32520)) 11 - EMAIL_BODY_REVERT_FAILURE: The e-mail body which is sent when revert 12 has failed 7 13 """ 8 14 from ipp.exceptions.UninstantiableIppException import UninstantiableIppException … … 19 25 REQUIREMENTS = GlobalConstants.REQUIREMENTS 20 26 21 email_body_multiple_cam_entries = """Hi, 27 # Body of the e-mail which is sent when there is more than one cam 28 # entry for one chip (Note: it seems it was useful when chiptool 29 # has a bug but it seems to be fixed now (see svn log for revision 30 # 32520)). 31 # It is expected to valuate this expression with 3 parameters: 32 # - #1: label (str) 33 # - #2: exposure name (str) 34 # - #3: cam_id (int) 35 EMAIL_BODY_MULTIPLE_CAM_ENTRIES = """Hi, 22 36 23 37 this is an e-mail generated by the ippdor subsystem. … … 31 45 Thanks, 32 46 """ 33 email_body_revert_failure = """Hi, 47 # Body of the e-mail which is sent when revert has failed. It is 48 # expected to valuate this expression with 3 parameters: 49 # - #1: exposure name (str) 50 # - #2: label (str) 51 # - #3: exposure name (str) 52 EMAIL_BODY_REVERT_FAILURE = """Hi, 34 53 35 54 this is an e-mail generated by the ippdor subsystem.
Note:
See TracChangeset
for help on using the changeset viewer.
