ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/report.py
(Generate patch)

Comparing COMP/CRAB/python/report.py (file contents):
Revision 1.2 by corvo, Tue Mar 14 09:42:03 2006 UTC vs.
Revision 1.3 by gutsche, Mon Mar 27 17:43:51 2006 UTC

# Line 93 | Line 93 | def getGridJobID() :
93      return _jobid
94      
95   def getGridIdentity() :
96 <    userid = os.popen("grid-proxy-info -identity").read().strip()
96 >    userid = os.popen("voms-proxy-info -identity").read().strip()
97      return userid
98  
99   # Simple filters (1-to-1 correspondance)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines