IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8707


Ignore:
Timestamp:
Aug 30, 2006, 12:45:53 PM (20 years ago)
Author:
jhoblitt
Message:

fix a bug in dsproductls where ->status was being called on a DataStore::Response instead of ->status_line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/scripts/dsproductls

    r6652 r8707  
    33# Copyright (C) 2006  Joshua Hoblitt
    44#
    5 # $Id: dsproductls,v 1.2 2006-03-20 22:11:24 jhoblitt Exp $
     5# $Id: dsproductls,v 1.3 2006-08-30 22:45:53 jhoblitt Exp $
    66
    77use strict;
     
    3838
    3939die "request failed" unless defined $response;
    40 die "request failed: ", $response->status unless $response->is_success;
     40die "request failed: ", $response->status_line unless $response->is_success;
    4141
    4242# file retreival succeed
Note: See TracChangeset for help on using the changeset viewer.