Changeset 6692


Ignore:
Timestamp:
Mar 14, 2018 2:54:21 PM (6 years ago)
Author:
clarksm
Message:

More trouble with file(execute):driver.xml having
structure elements changed - reset to tool.xml defaults.
This changes the signature computed for caching.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.7/lang/tcl/scripts/library.tcl

    r6690 r6692  
    158158                    }
    159159
     160                    if {[$xmlobj element $cpath.default.parameters] != ""} {
     161                        lappend queue $cpath.default.parameters
     162                    }
    160163                    if {[$xmlobj element $cpath.current.parameters] != ""} {
    161164                        lappend queue $cpath.current.parameters
Note: See TracChangeset for help on using the changeset viewer.