- Timestamp:
- Mar 21, 2016, 7:15:42 AM (9 years ago)
- Location:
- branches/1.5/gui/scripts
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5/gui/scripts/analyzer.tcl
r6163 r6165 1803 1803 # 1804 1804 itcl::body Rappture::Analyzer::WriteSimsetFile { appName fileName publish } { 1805 # The runfiles directory is the root of the filename. 1806 # For example, if the simset file is /path/to/myName.sav, 1807 # the runfile directory is /path/to/myName 1808 if { [file exists $fileName] } { 1809 } 1805 # The runfiles directory is the root of the filename. For example, if 1806 # the simset file is /path/to/myName.sav, the runfile directory is 1807 # /path/to/myName 1810 1808 set root [file root $fileName] 1811 1809 if { [file exists $root] } { … … 2080 2078 } 2081 2079 } errs] != 0 } { 2082 puts stderr "can't load \"$fileName\": zzzzerrs=$errs"2080 puts stderr "can't load \"$fileName\": errs=$errs" 2083 2081 } 2084 2082 } -
branches/1.5/gui/scripts/bugreport.tcl
r5679 r6165 607 607 return 0 608 608 } 609 609 set url [Rappture::Tool::resources -huburl] 610 if { $url == "" } { 611 return 0 612 } 610 613 # if this is a problem launching a job and the tool 611 614 # expects this, then don't bother with automatic reports. -
branches/1.5/gui/scripts/imageresult.tcl
r6140 r6165 446 446 } 447 447 if {"" != $top} { 448 puts stderr top=$top449 448 switch -- $option { 450 449 image { return [$top tkimage] }
Note: See TracChangeset
for help on using the changeset viewer.