Skip to content
  • jaster's avatar
    Add try/catch for all data import processes · b0cb38ec
    jaster a rédigé
    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.
    b0cb38ec