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/dsgetfileset

    r26158 r27208  
    3636$timeout ||= 30;
    3737$no_proxy = 0 if !defined $no_proxy;
     38
     39if (!($uri =~ /\/index\.txt$/)) {
     40    $uri .= '/index.txt'
     41}
    3842
    3943my $response = DataStore::FileSet->new( uri => $uri )->request(
Note: See TracChangeset for help on using the changeset viewer.