Changeset 25066
- Timestamp:
- Aug 13, 2009, 2:32:28 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_finish.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_finish.pl
r25053 r25066 8 8 use Getopt::Long qw( GetOptions :config auto_help auto_version gnu_getopt ); 9 9 use Pod::Usage qw( pod2usage ); 10 use Carp; 10 11 11 12 use Time::Local; … … 187 188 if (!$image_db) { 188 189 carp("failed to find imagedb for project: $project"); 189 stop_request($req_id, $PS_EXIT_CONFIG_ERROR); 190 if (!$fault) { 191 stop_request($req_id, $PS_EXIT_CONFIG_ERROR); 192 } 190 193 } 191 194 … … 319 322 my $exp_id = shift; 320 323 321 if (!$exp_id ) {324 if (!$exp_id or !$image_db) { 322 325 # no exposure id just return zeros 323 326 # XXX: we could put a value in for filter, but we don't have a good place to find it
Note:
See TracChangeset
for help on using the changeset viewer.
