Changeset 29345 for trunk/ippToPsps/perl/makeDetections.pl
- Timestamp:
- Oct 6, 2010, 1:00:22 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/perl/makeDetections.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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.
