IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 8, 2013, 9:46:47 AM (13 years ago)
Author:
heather
Message:

current ipptopsps

File:
1 edited

Legend:

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

    r35605 r35780  
    190190
    191191            self.logger.infoPair("Running dvopsps", cmd)
    192             p = Popen(cmd, shell=True, stdout=PIPE)
     192            p = Popen(cmd, shell=True, stdout=PIPE, stderr=PIPE)
    193193            p.wait()
    194194            if p.returncode != 0:
     
    645645
    646646        self.logger.infoPair("Running dvopsps", cmd)
    647         p = Popen(cmd, shell=True, stdout=PIPE)
     647        p = Popen(cmd, shell=True, stdout=PIPE, stderr=PIPE)
    648648        p.wait()
    649649        if p.returncode != 0:
Note: See TracChangeset for help on using the changeset viewer.