IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42403


Ignore:
Timestamp:
Mar 8, 2023, 2:30:42 PM (3 years ago)
Author:
tdeboer
Message:

fixed missing varibale names

File:
1 edited

Legend:

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

    r42394 r42403  
    8282
    8383# Parse the command-line arguments
    84 my ($camera, $stage, $stage_id, $component, $path_base, $chip_path_base, $alt_path_base, $clean, $exp_type);
     84my ($camera, $stage, $class_id, $stage_id, $component, $path_base, $chip_path_base, $alt_path_base, $clean, $exp_type);
    8585my ($outroot, $run_state, $data_state, $magicked, $no_magic, $poor_quality, $results_file, $prefix);
    8686my ($dbname, $save_temps, $verbose, $no_update, $logfile);
     
    133133
    134134# Determine the value of a "good" burntool run.
     135my $mdcParser = PS::IPP::Metadata::Config->new; # Parser for metadata config files
     136
    135137my $config_cmd = "$ppConfigDump -camera $camera -get-key BURNTOOL.STATE.GOOD";
    136138my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note: See TracChangeset for help on using the changeset viewer.