thelondonsmiths / Solex_ser_recon_EN

Solar disc reconstruction from spectroheliograph (SHG) video files
GNU General Public License v3.0
17 stars 4 forks source link

CLI options are crushed by .txt options file #16

Closed djibb closed 1 year ago

djibb commented 1 year ago

when user use CLI, he wants exactly what he writes as options. If a txt fil is present, read_ini() is called after reading cli argument, so cli options are crushed by txt file. To avoid thi behaviour : -> last line, remove 'cli=True' -> near line number 300 : remove "if cli" block...

thelondonsmiths commented 1 year ago

My latest commit resolves this, thanks for noticing it