MathieuChailloux / BioDispersal

QGIS plugin to compute ecolgical continuities
GNU General Public License v3.0
7 stars 1 forks source link

Fix bad super() calls in abstract models def #25

Closed vidlb closed 1 year ago

vidlb commented 1 year ago

This should fix #24 and also I added the gitignore to avoid manually ignoring the content of __pycache__ .

Also, I slightly modified qgis_lib_mc accordingly to make sure this is working right (by the way I removed the default "fields" arg, you should avoid empty list as default arguments since this can produce undesired side effects (on list objects shared by every class instances !)