Changeset 37319
- Timestamp:
- Aug 27, 2014, 11:48:38 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/lap_science.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/lap_science.pl
r37193 r37319 1077 1077 &my_die("Unable to perform stacktool -definebyquery: $error_code", $lap_id); 1078 1078 } 1079 $stacks_made.= $mdcParser->parse_list(join "", @$stdout_buf) or1079 my $stacks_made_deep .= $mdcParser->parse_list(join "", @$stdout_buf) or 1080 1080 &my_die("unable to parse metadata from stacktool -definebyquery", $lap_id, ""); 1081 1081 1082 1082 # Append deep stacks to stacks so we can get a complete count later. 1083 push @{ $stacks_made}, @{ $stacks_made_deep }; 1084 1083 1085 ## Determine the sass_id so we can record it in the database. 1084 1086 $command = "$stacktool ";
Note:
See TracChangeset
for help on using the changeset viewer.
