ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/OSUT3Analysis/DBTools/scripts/osusub
(Generate patch)

Comparing UserCode/OSUT3Analysis/DBTools/scripts/osusub (file contents):
Revision 1.16 by ahart, Thu Apr 25 18:17:33 2013 UTC vs.
Revision 1.17 by ahart, Wed May 1 19:47:56 2013 UTC

# Line 229 | Line 229 | outputCondor
229    if (!(-e $condorFileName))
230      {
231        my $arguments = "Arguments               = config_cfg.py True $nJobs \$(Process)";
232 <      $arguments += " $dataset" if $dataset;
233 <      $arguments += " NULL" if !$dataset;
234 <      $arguments += " $label" if $label;
235 <      $arguments += " NULL" if !$label;
236 <      $arguments += "\n";
232 >      $arguments .= " $dataset" if $dataset;
233 >      $arguments .= " NULL" if !$dataset;
234 >      $arguments .= " $label" if $label;
235 >      $arguments .= " NULL" if !$label;
236 >      $arguments .= "\n";
237  
238        $condorFile .= "Executable              = $cmsRun\n";
239        $condorFile .= "Universe                = vanilla\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines