Open Cybis320 opened 2 months ago
In addition of not being in config, there seems to be an error in ConfigReader on this one:
https://github.com/CroatianMeteorNetwork/RMS/blob/1381e4bfbdd4dda998f7e193117a10d541f67f32/RMS/ConfigReader.py#L1332-L1333
Since min_lines does not exist max_lines option is ignored. max_line is correctly set elsewhere.
Q5, I suggest to add mask_download_permissive to .config, set to True, and remove the other two options and hard code them to prevent unintentional changes. No other comments from me.
FYI, there's quite the discrepancy between the current
.config
and ConfigReader implemented options. The current omit list (options silenced in the audit):The current audit results:
Do we want to silence some of these options, or add them to config? -Luc