Skip to content
Snippets Groups Projects
  • Lionel GUEZ's avatar
    fa3870eb
    Bug fix: add default values for arguments · fa3870eb
    Lionel GUEZ authored
    Bug fix: add default values for arguments of function
    `write_to_shp`. This fixes the case when the adt file is missing. The
    bug comes from commit 28afccf5. For simplicity, we remove the empty
    list actual argument for cell, in the case of a missing file. Then we
    have to test in `write_to_shp` whether cell is None.
    fa3870eb
    History
    Bug fix: add default values for arguments
    Lionel GUEZ authored
    Bug fix: add default values for arguments of function
    `write_to_shp`. This fixes the case when the adt file is missing. The
    bug comes from commit 28afccf5. For simplicity, we remove the empty
    list actual argument for cell, in the case of a missing file. Then we
    have to test in `write_to_shp` whether cell is None.