Ignore:
Timestamp:
Aug 31, 2010, 8:25:36 PM (14 years ago)
Author:
gah
Message:

re-merge with latest trunk changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/blt4/gui/scripts/analyzer.tcl

    r1879 r1897  
    433433
    434434    if {$status != 0} {
    435         $itk_component(runinfo) configure -state normal
    436         $itk_component(runinfo) delete 1.0 end
    437         $itk_component(runinfo) insert end "Problem launching job:\n\n" text
    438         _simOutput $result
    439         $itk_component(runinfo) configure -state disabled
    440         $itk_component(runinfo) see 1.0
    441 
    442         # Try to create a support ticket for this error.
    443         # It may be a real problem.
    444         if {[Rappture::bugreport::shouldReport for jobs]} {
    445             Rappture::bugreport::register "Problem launching job:\n\n$result\n== RAPPTURE INPUT ==\n[$_tool xml xml]"
    446         }
     435        $itk_component(runinfo) configure -state normal
     436        $itk_component(runinfo) delete 1.0 end
     437        $itk_component(runinfo) insert end "Problem launching job:\n\n" text
     438        _simOutput $result
     439        $itk_component(runinfo) configure -state disabled
     440        $itk_component(runinfo) see 1.0
     441
     442        # Try to create a support ticket for this error.
     443        # It may be a real problem.
     444        if {[Rappture::bugreport::shouldReport for jobs]} {
     445            set ::errorInfo "== RAPPTURE INPUT ==\n[$_tool xml xml]"
     446            Rappture::bugreport::register "Problem launching job:\n$result"
     447            Rappture::bugreport::send
     448        }
    447449    } else {
    448450        $itk_component(notebook) current analyze
Note: See TracChangeset for help on using the changeset viewer.