terensis / eodal_basetiffs_GPL3

A simple data backend for acquiring optical satellite data based on EOdal
GNU General Public License v3.0
0 stars 0 forks source link

Change recursive option in arg-parser from bool to int #11

Closed lukasValentin closed 11 months ago

lukasValentin commented 11 months ago

pass either 0 or 1 and evaluate it with an if-condition

lukasValentin commented 11 months ago

was changed to string passing either False (default) or True that is then passed into the proper boolean True and False.