Changeset 29997
- Timestamp:
- Dec 9, 2010, 12:02:50 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/perl/ippToPsps/DetectionBatch.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/perl/ippToPsps/DetectionBatch.pm
r29236 r29997 78 78 # get neb path of smf file 79 79 my $nebPath = $self->{_gpc1Db}->getCameraStageSmfForThisDvoDb($self->{_dvoDb}, $self->{_expId}); 80 if (!$nebPath) { return 0; }80 if (!$nebPath) { return undef; } 81 81 82 82 # get real filename from neb 'key'
Note:
See TracChangeset
for help on using the changeset viewer.
