IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 27, 2009, 11:34:07 AM (17 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/DataStore/scripts/dsproductls

    r24126 r25624  
    5959
    6060print "# uri fileset datetime type\n";
     61my $num = 0;
    6162foreach 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    }
    6269    print $fs->uri, " ", $fs->fileset, " ", $fs->datetime, " ", $fs->type;
    6370    if ($extra) {
Note: See TracChangeset for help on using the changeset viewer.