Align INI File Comment Syntax with Common Standards: Replace //
with ;
#549
Labels
minor update
add functionality in a backwards compatible manner
priority::medium
priority medium
simulation
simulation settings
Details
//
to denote comments. However, as per the INI file standards, it is more common to use;
at the beginning of a comment line.//
as a comment, which is confusing, so I would like to conform to the;
style.configparser
in Python for post-analysis of simulation results. The library expects;
to start comment lines and fails to parse files commented with//
.Closing conditions
;
for comments.//
, and eventually treat//
comments as errors in a major update.Supplementary information
NA
Note
The text was updated successfully, but these errors were encountered: