Skip to content
  • Mohcine Chraibi's avatar
    fix parsing of missing arguments in inifile · 24f0abbd
    Mohcine Chraibi authored
    In several parts of the ArgumentParser, it is assumed that
    options and attributes are in the inifile.
    But, they may not be there, which leads to SegFaults.
    
    DEFENSIVE programming is needed here
    24f0abbd