IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 25, 2009, 3:51:27 PM (17 years ago)
Author:
bills
Message:

work around bug somewhere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/scripts/dsproductls

    r24126 r25576  
    6060print "# uri fileset datetime type\n";
    6161foreach my $fs (@$data) {
     62    if (!defined $fs->uri) {
     63        print STDERR "uri is not defined!\n";
     64        print "uri is not defined!\n";
     65        next;
     66    }
    6267    print $fs->uri, " ", $fs->fileset, " ", $fs->datetime, " ", $fs->type;
    6368    if ($extra) {
Note: See TracChangeset for help on using the changeset viewer.