Changeset cdfcfbd in sasview


Ignore:
Timestamp:
Apr 10, 2017 12:33:36 PM (7 years ago)
Author:
Tim Snow <tim.snow@…>
Children:
7f0c93f
Parents:
c8780f11
Message:

More Travis Fixes

Wrong variable name, fixed now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sascalc/dataloader/readers/cansas_reader.py

    rc8780f11 rcdfcfbd  
    448448 
    449449                        for collimationNode in instrumentNode: 
    450                             collimationTagName = pixelNode.tag.replace(self.base_ns, "") 
    451                             collimationUnits = pixelNode.attrib.get("unit", "") 
    452                             collimationData = pixelNode.text 
     450                            collimationTagName = collimationNode.tag.replace(self.base_ns, "") 
     451                            collimationUnits = collimationNode.attrib.get("unit", "") 
     452                            collimationData = collimationNode.text 
    453453 
    454454                            if collimationTagName == "length": 
Note: See TracChangeset for help on using the changeset viewer.