Changes between Version 4 and Version 5 of PythonScriptForParsingSettings


Ignore:
Timestamp:
Mar 10, 2010, 2:53:13 AM (14 years ago)
Author:
newacct
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PythonScriptForParsingSettings

    v4 v5  
    105105                    for j in lines:
    106106                        if j.strip().startswith('#'):
    107                             line.insert(len(line)-1, j)
     107                            line.insert(-1, j)
    108108                        else:
    109109                            break
Back to Top