IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31933


Ignore:
Timestamp:
Jul 25, 2011, 1:52:40 PM (15 years ago)
Author:
rhenders
Message:

added error pair methid analogous to infoPair method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/pslogger.py

    r31843 r31933  
    77       self.info("%-40s%s" % (first, second))
    88
     9   def errorPair(self, first, second):
     10       self.error("%-40s%s" % (first, second))
     11
    912   def infoSeparator(self):
    1013       self.info("--------------------------------------------------------------------------")
Note: See TracChangeset for help on using the changeset viewer.