desertfireballnetwork / freeture_DFN

DFN branch of FRIPON Freeture, to operate DFNEXT all-sky video camera
http://fripon.github.io/freeture
GNU General Public License v3.0
5 stars 0 forks source link

Config file compatibility with python configparser module #3

Closed hdevillepoix closed 6 years ago

hdevillepoix commented 6 years ago

Python strictly implements the INI standard, which means config files must have sections

hdevillepoix commented 6 years ago

the CPP module reading the config seems to ignore a [section] added at the top of the conf file...

hdevillepoix commented 6 years ago

however section added in the middle of the file are read as values of previous entry...