Changeset 3116 for trunk


Ignore:
Timestamp:
Jul 26, 2012, 4:26:09 PM (12 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/tool.tcl

    r3032 r3116  
    221221                        # invalid result from the program.  Append the stderr
    222222                        # from the program to the message.
    223                         append result \
    224                             "\nProgram exited normally: exit code is $code\n\n"
     223                        set result \
     224                            "Program finished: exit code is $code\n\n"
    225225                        append result $::Rappture::Tool::job(error)
    226226                    } elseif { $token == "abort" }  {
Note: See TracChangeset for help on using the changeset viewer.