Changeset 13824 for trunk/ippScripts/scripts/camera_exp.pl
- Timestamp:
- Jun 13, 2007, 5:21:38 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/camera_exp.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/camera_exp.pl
r13820 r13824 3 3 use warnings; 4 4 use strict; 5 use Carp; 5 6 6 7 ## report the program and machine … … 157 158 158 159 # convert supplied DVO database name to UNIX filename 160 my $dvodbReal; 159 161 if (defined $dvodb) { 160 my$dvodbReal = $ipprc->convert_filename_absolute( $dvodb );162 $dvodbReal = $ipprc->convert_filename_absolute( $dvodb ); 161 163 } 162 164 … … 187 189 188 190 if (defined $dvodbReal) { 189 my$command .= " -D CATDIR $dvodbReal";191 $command .= " -D CATDIR $dvodbReal"; 190 192 } 191 193 … … 251 253 my $exit_code = shift; # Exit code to add 252 254 253 warn($msg);255 carp($msg); 254 256 if ($cam_id and not $no_update) { 255 257 my $command = "$camtool -addprocessedexp -cam_id $cam_id -code $exit_code";
Note:
See TracChangeset
for help on using the changeset viewer.
