IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2012, 2:49:37 PM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/ippToPsps/jython/dxlayer.py

    r32517 r33638  
    3434                stdout=PIPE)
    3535        p.wait()
    36         
     36       
    3737        if p.returncode != 0:
    3838           self.logger.debugPair("DXLayer webservice", "failed")
     
    5858        doc = ElementTree(file=dxLayerResponseFile)
    5959
     60        ret = False
    6061        try:
    6162            MESSAGE = doc.find("Rows/Row/Value").text
Note: See TracChangeset for help on using the changeset viewer.