Changeset 25579 for trunk/DataStore/scripts/dsproductls
- Timestamp:
- Sep 25, 2009, 6:00:56 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/DataStore/scripts/dsproductls (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataStore/scripts/dsproductls
r25578 r25579 59 59 60 60 print "# uri fileset datetime type\n"; 61 my $num = 0; 61 62 foreach my $fs (@$data) { 63 $num++; 62 64 if (!defined $fs->uri) { 63 print STDERR "uri is not defined! skipping\n"; 65 # Somewhow we get here occasaionally I don't know why yet 66 print STDERR "uri is not defined! skipping fs: $num\n"; 64 67 next; 65 68 }
Note:
See TracChangeset
for help on using the changeset viewer.
