Paolo Patruno

Results 102 issues of Paolo Patruno

This commit: https://github.com/r-map/rmap/commit/040f21d0ea77420190c168877285dcd6e3870684 catch error when importing wrong bufr from AMQP but we can lost some messages (bufr after the wrong). Related to https://github.com/ARPA-SIMC/dballe/issues/288

bug
help wanted

Importing bufr from file with code like this: ``` with importer.from_file(file) as f: for dballemessage in f: ``` I get: ``` 2025-01-07 21:50:10 - root - ERROR - Exception occured:...

enhancement
question