IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 5, 2010, 1:39:40 PM (16 years ago)
Author:
bills
Message:

in the data store scripts if the value supplied by the user does not end in /index.txt
make it so

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/scripts/dsfilesetls

    r26158 r27208  
    3333$timeout ||= 30;
    3434$no_proxy = 0 if !defined $no_proxy;
     35
     36if (!($uri =~ /\/index\.txt$/)) {
     37    $uri .= '/index.txt'
     38}
    3539
    3640my $response = DataStore::FileSet->new( uri => $uri )->request(
Note: See TracChangeset for help on using the changeset viewer.