Ignore:
Timestamp:
11/27/18 17:08:31 (5 years ago)
Author:
omamce
Message:

O.M. : include areas correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/MOSAIX/update_xml.py

    r3671 r4153  
    108108 
    109109if FileOut == None : FileOut = FileIn 
    110      
     110 
     111## Remove white spaces at beginning and end of line 
     112Node = Node.rstrip().lstrip() 
     113 
    111114## Get XML tree from input file 
    112115iodef = xml.etree.ElementTree.parse ( FileIn ) 
Note: See TracChangeset for help on using the changeset viewer.