Changeset 21242 for trunk/pstamp/scripts
- Timestamp:
- Jan 30, 2009, 2:24:23 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstampparse.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstampparse.pl
r20256 r21242 33 33 34 34 die "invalid mode '$mode'" unless ($mode eq "list_uri") or ($mode eq "list_job") or ($mode eq "queue_job"); 35 die " file is required" if !defined($request_file_name);35 die "--file is required" if !defined($request_file_name); 36 36 37 37 if ($mode ne "list_uri") { … … 238 238 } 239 239 } else { 240 my $args = $roi_string ? $roi_string : "";241 $args .= " -class_id $class_id" if $class_id;242 243 240 # sequence number for the the job for a request spec. Not to be confused with job_id 244 241 my $job_num = 0; … … 250 247 my $exp_id = $image->{exp_id}; 251 248 249 my $args = $roi_string ? $roi_string : ""; 250 $args .= " -class_id $class_id" if $class_id; 252 251 253 252 $job_num++;
Note:
See TracChangeset
for help on using the changeset viewer.
