Changeset 3716

Show
Ignore:
Timestamp:
06/27/08 00:24:39 (8 weeks ago)
Author:
travis
Message:

adding node type to method invocation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/opus_gui/results/resultManagerBase.py

    r3690 r3716  
    121121        viz_name = selected_index.internalPointer().node().toElement().tagName() 
    122122        _, params = self.xml_helper.get_element_attributes(node_name = viz_name, 
    123                                                child_attributes = ['visualization_type']) 
     123                                               child_attributes = ['visualization_type'], 
     124                                               node_type = 'batch_visualization') 
    124125        visualization_type = params['visualization_type'] 
    125126