IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 2, 2009, 12:03:23 PM (17 years ago)
Author:
eugene
Message:

merge from head

File:
1 edited

Legend:

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

    r25624 r25744  
    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.