PnX-SI / GeoNature

Application de saisie et de synthèse des observations faune et flore
GNU General Public License v3.0
100 stars 102 forks source link

fix(mtd): make `sync_af` return actual af model and not int #3065

Closed VincentCauchois closed 4 months ago

VincentCauchois commented 4 months ago

Modify the function sync_af so that it returns the actual acquisition framework ; an instance of the model TAcquisitionFramework ; rather than an integer.

This, in turn, fixes the function process_af_and_ds and fixes MTD synchronization.