Changeset 2411

Show
Ignore:
Timestamp:
08/29/05 12:42:10 (19 years ago)
Author:
jerome
Message:

Fix for permissions problem

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/cupspykota

    r2410 r2411  
    301301        """Saves the input datas into a static file.""" 
    302302        self.logdebug("Duplicating data stream into %s" % self.DataFile) 
     303        self.regainPriv() 
    303304        mustclose = 0 
    304305        if self.InputFile is not None : 
     
    331332        self.logdebug("JobSizeBytes : %s" % self.JobSizeBytes) 
    332333        self.logdebug("JobMD5Sum : %s" % self.JobMD5Sum) 
     334        self.dropPriv() 
    333335        self.logdebug("Data stream duplicated into %s" % self.DataFile) 
    334336