IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 25, 2007, 12:38:50 PM (19 years ago)
Author:
Paul Price
Message:

Turning on error handling into the database

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/diff_skycell.pl

    r14354 r14383  
    243243        my $command = "$difftool -adddiffskyfile -diff_id $diff_id -code $exit_code";
    244244        $command .= " -dbname $dbname" if defined $dbname;
    245         system ($command);
     245        run(command => $command, verbose => 1);
    246246    }
    247247    exit $exit_code;
Note: See TracChangeset for help on using the changeset viewer.