minos::MinosRSMTask Namespace Reference


Classes

class  MinosRSMTask

Functions

def IsValidJobName


Function Documentation

def minos::MinosRSMTask::IsValidJobName (   name  ) 

Class method to check that job name is of form job_rrrrrrrr_ssss

Definition at line 5 of file MinosRSMTask.py.

00005                         :
00006     """Class method to check that job name is of form job_rrrrrrrr_ssss"""
00007 
00008     if re.search(r"job_\d{8}_\d{4}",name): return True
00009     print "Sorry, job name " + name + " is not valid.  It should take the form: job_rrrrrrrr_ssss"
00010     return False
00011 
00012 
class MinosRSMTask(GBSTask) :


Generated on Fri Mar 5 09:25:41 2010 for gbs by  doxygen 1.4.7