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

Comparing COMP/CRAB/python/DBinterface.py (file contents):
Revision 1.53 by mcinquil, Thu Feb 5 15:44:02 2009 UTC vs.
Revision 1.54 by spiga, Sat Mar 7 16:32:14 2009 UTC

# Line 81 | Line 81 | class DBinterface:
81          """
82          opt={}
83          if optsToSave.get('server_mode',0) == 1: opt['serverName']=optsToSave['server_name']
84 <        opt['name']=common.work_space.taskName()  
84 >        opt['name']= getUserName(self)+ '_' + string.split(common.work_space.topDir(),'/')[-2]+'_'+common.work_space.task_uuid()
85          task = Task( opt )
86          try:
87              common.bossSession.saveTask( task )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines