Show
Ignore:
Timestamp:
03/01/04 15:35:56 (20 years ago)
Author:
jalet
Message:

PYKOTAPHASE wasn't set soon enough at the start of the job

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/cupspykota

    r1374 r1375  
    2424# 
    2525# $Log$ 
     26# Revision 1.31  2004/03/01 14:35:56  jalet 
     27# PYKOTAPHASE wasn't set soon enough at the start of the job 
     28# 
    2629# Revision 1.30  2004/03/01 14:34:15  jalet 
    2730# PYKOTAPHASE wasn't set at the right time at the end of data transmission 
     
    212215            self.exportUserInfo(userpquota) 
    213216             
     217            # enters first phase 
     218            os.putenv("PYKOTAPHASE", "BEFORE") 
     219             
    214220            # checks the user's quota 
    215221            action = self.warnUserPQuota(userpquota) 
    216222             
    217223            # exports some new environment variables 
    218             os.putenv("PYKOTAPHASE", "BEFORE") 
    219224            os.putenv("PYKOTAACTION", action) 
    220225