IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25631


Ignore:
Timestamp:
Sep 28, 2009, 3:29:28 PM (17 years ago)
Author:
bills
Message:

back out workaround it caused data to be lost. Root cause of the bug is in the
perl module Params::Validate. 0.92 version doesn't demonstrate the problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/scripts/dsproductls

    r25579 r25631  
    5959
    6060print "# uri fileset datetime type\n";
    61 my $num = 0;
    6261foreach my $fs (@$data) {
    63     $num++;
    64     if (!defined $fs->uri) {
    65         # Somewhow we get here occasaionally I don't know why yet
    66         print STDERR "uri is not defined! skipping fs: $num\n";
    67         next;
    68     }
    6962    print $fs->uri, " ", $fs->fileset, " ", $fs->datetime, " ", $fs->type;
    7063    if ($extra) {
Note: See TracChangeset for help on using the changeset viewer.