Changeset 29345
- Timestamp:
- Oct 6, 2010, 1:00:22 PM (16 years ago)
- Location:
- trunk/ippToPsps/perl
- Files:
-
- 2 edited
-
ippToPsps/IppToPspsDb.pm (modified) (1 diff)
-
makeDetections.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/perl/ippToPsps/IppToPspsDb.pm
r29300 r29345 169 169 # 170 170 ######################################################################################## 171 sub isExposureAlreadyP rocessed {171 sub isExposureAlreadyPublished { 172 172 my ($self, $expId) = @_; 173 173 -
trunk/ippToPsps/perl/makeDetections.pl
r29193 r29345 121 121 122 122 123 if ($ippToPspsDb->isExposureAlreadyP rocessed($expId)) {123 if ($ippToPspsDb->isExposureAlreadyPublished($expId)) { 124 124 125 125 if ($force) {print "* Already processed '$expId', but forcing....\n";} 126 126 else { 127 127 128 print "* Exposure ID '$expId' has already been processed , skipping\n";128 print "* Exposure ID '$expId' has already been processed and loaded to datastore, skipping\n"; 129 129 next 130 130 };
Note:
See TracChangeset
for help on using the changeset viewer.
