Skip to content

Add try/catch for all data import processes

jaster requested to merge jaster/memopol:master into master

All import processes now use a general try-catch during the import of each data item. This ensures that even in the event of an error (due to a malformed data piece for example), the import process will continue.

Errors caught this way are logged at the debug level.

Merge request reports

Loading