Changeset 4511 for branches


Ignore:
Timestamp:
Jul 16, 2014 2:16:35 PM (10 years ago)
Author:
gah
Message:

don't let bugs in print .rp_settings file error out

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3/gui/scripts/xyprint.tcl

    r3656 r4511  
    13281328    set code [read $f]
    13291329    close $f
    1330     $parser eval $code
    1331    
     1330    if { [catch { $parser eval $code }] != 0 } {
     1331        file delete $_settingsFiles
     1332    }
    13321333    # Now see if there's an entry for this tool/plot combination.  The data
    13331334    # associated with the variable is itself code to update the graph (clone).
Note: See TracChangeset for help on using the changeset viewer.