ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/AnalysisFramework/DistributedModelCalculations/Limits/RunScanLimits.py
(Generate patch)

Comparing UserCode/cbrown/AnalysisFramework/DistributedModelCalculations/Limits/RunScanLimits.py (file contents):
Revision 1.6 by buchmann, Tue Jul 26 19:18:37 2011 UTC vs.
Revision 1.7 by buchmann, Mon Aug 15 11:04:25 2011 UTC

# Line 22 | Line 22 | def checklist(joblist,currlist):
22    print "Jobs left:"+str(len(joblist))+" / "+str(len(jobnumbers))
23  
24   def printUsage():
25 <  print "Please provide the following two argument: total number of jobs"
25 >  print "Please provide the following argument: total number of jobs"
26    
27   if(len(sys.argv) != 2 or sys.argv[1] == "-h"):
28    printUsage()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines