OCA / edi-framework

GNU Affero General Public License v3.0
6 stars 26 forks source link

[16.0][FIX] edi_storage_oca: do not silently ignore OSError/FileNotFoundError #88

Open nilshamerlinck opened 1 month ago

nilshamerlinck commented 1 month ago

Depends on https://github.com/OCA/queue/pull/674

OCA-git-bot commented 1 month ago

Hi @etobella, @simahawk, some modules you are maintaining are being modified, check this out!

JordiMForgeFlow commented 1 month ago

@nilshamerlinck is there a reason why you don't keep the logging? Besides that, the changes look good to me and solve https://github.com/OCA/edi-framework/pull/70

nilshamerlinck commented 1 month ago

good catch @JordiMForgeFlow I can definitely keep it for the raise_if_not_found=False case, fixed!

simahawk commented 1 week ago

@nilshamerlinck ping :)

nilshamerlinck commented 3 days ago

Hello @simahawk