Update a configuration file: Difference between revisions

m
Line 2,073:
 
"""
Run to clean up the configuration files'sfile lines prior to other function appicationapplication.
cleansyntax!(lines)
 
To simplify subsequent code, this is assumed to be run to clean up
the configuration files's lines prior to other function appication.
"""
cleansyntax!(lines) = (for (i, li) in enumerate(lines) lines[i] = cleansyntax(li) end; lines)
4,111

edits