Show
Ignore:
Timestamp:
11/25/03 14:25:45 (20 years ago)
Author:
jalet
Message:

Boolean problem with old Python, replaced with 0

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/cupspykota

    r1203 r1210  
    2424# 
    2525# $Log$ 
     26# Revision 1.14  2003/11/25 13:25:45  jalet 
     27# Boolean problem with old Python, replaced with 0 
     28# 
    2629# Revision 1.13  2003/11/23 19:01:35  jalet 
    2730# Job price added to history 
     
    9295       native popen2.Popen3 would not be feasible. 
    9396    """ 
    94     def __init__(self, cmd, capturestderr=False, bufsize=-1, arg0=None) : 
     97    def __init__(self, cmd, capturestderr=0, bufsize=-1, arg0=None) : 
    9598        self.arg0 = arg0 
    9699        popen2.Popen3.__init__(self, cmd, capturestderr, bufsize)