IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32885


Ignore:
Timestamp:
Dec 7, 2011, 3:06:19 PM (15 years ago)
Author:
Serge CHASTEL
Message:

Typo in requirements expression. Changed chip requirements to general scheme

Location:
trunk/ippdor/src/ipp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdor/src/ipp/ChipManager.py

    r32879 r32885  
    259259        output.write('Log = %s/%s.%s.chip_A050.log\n' % (self.chip_directory,
    260260                                                        self.label, self.exposure_name))
    261         output.write('Requirements = %s"\n' % ChipConstants.REQUIREMENTS)
     261        output.write('Requirements = %s\n' % ChipConstants.REQUIREMENTS)
    262262        output.write('Notification = Error\n')
    263263        output.write('\n')
  • trunk/ippdor/src/ipp/constants/Chip.py

    r32880 r32885  
    1212"""
    1313from ipp.exceptions.UninstantiableIppException import UninstantiableIppException
     14from ipp.constants.Globals import Globals as GlobalConstants
    1415
    1516class Chip:
     
    2122        raise UninstantiableIppException()
    2223
    23     REQUIREMENTS = 'LoadAvg < 0.3'
     24    # Change it according to new needs
     25    REQUIREMENTS = GlobalConstants.REQUIREMENTS
    2426
    2527    # This is the e-mail body which is sent when revert has failed. It
Note: See TracChangeset for help on using the changeset viewer.