IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 3, 2026, 3:02:31 PM (12 days ago)
Author:
eugene
Message:

fix ps_run call

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-pstamp-20260421/pstamp/scripts/pstamp_finish.pl

    r43052 r43064  
    137137            $command   .= " -dbname $dbname" if $dbname;
    138138            $command   .= " -dbserver $dbserver" if $dbserver;
    139             my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = ps_run($command, $verbose);
     139            my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = ps_run(command => $command, verbose => $verbose);
    140140            unless ($success) {
    141141                my $rc = $error_code >> 8;
Note: See TracChangeset for help on using the changeset viewer.