IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37492


Ignore:
Timestamp:
Oct 17, 2014, 12:14:43 PM (12 years ago)
Author:
watersc1
Message:

Fix typo that seems to have resulted in silently dropping some components. I think this will resolve the issue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-pv3-20140717/ippScripts/scripts/sc_remote_poll.pl

    r37488 r37492  
    9898    $runData = $metadata->[0]; # There should be only one
    9999}
     100my $stage = $runData->{stage};
    100101
    101102# STEP 3: Poll the job status
     
    168169    my @words = split (" ", $line);
    169170
    170     my ($stage_id, $class_id, $component) = get_stage_id_from_filename ($words[0]);
     171    my ($stage_id, $class_id, $component) = get_stage_id_from_filename ($words[0],$stage);
    171172    unless(defined($stage_id)) {
    172173        print STDERR "Unable to convert file: $words[0]\n";
Note: See TracChangeset for help on using the changeset viewer.