IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28951


Ignore:
Timestamp:
Aug 18, 2010, 12:14:08 PM (16 years ago)
Author:
rhenders
Message:

Remove function now returns boolean for success and does not print anything to stdout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/perl/ippToPsps/Datastore.pm

    r28883 r28951  
    8080        run(command => $command, verbose => $self->{_verbose});         
    8181
    82     if (!$success) { print "* Unable to remove $name from datastore\n" and return 0 };
    83 
    84     print "* Successfully removed $name from datastore\n";
    85 
    86     return 1;
     82    return $success;
    8783}
    88841;
Note: See TracChangeset for help on using the changeset viewer.