- Timestamp:
- 03/01/04 15:35:56 (21 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/cupspykota
r1374 r1375 24 24 # 25 25 # $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 # 26 29 # Revision 1.30 2004/03/01 14:34:15 jalet 27 30 # PYKOTAPHASE wasn't set at the right time at the end of data transmission … … 212 215 self.exportUserInfo(userpquota) 213 216 217 # enters first phase 218 os.putenv("PYKOTAPHASE", "BEFORE") 219 214 220 # checks the user's quota 215 221 action = self.warnUserPQuota(userpquota) 216 222 217 223 # exports some new environment variables 218 os.putenv("PYKOTAPHASE", "BEFORE")219 224 os.putenv("PYKOTAACTION", action) 220 225