DonPAPI icon indicating copy to clipboard operation
DonPAPI copied to clipboard

Denied SAM dump crashes donpapi

Open Dfte opened this issue 1 year ago • 1 comments

Hey!

I realized that if the dump of the SAM database fails, donpapi can crash because of the following:

image

A potential patch would be to switch the try except from dump_sam():

image

To the run function itself. Something like:

image

But I cannot verify if this patch would be enough so I open this PR until I have the opportunity to test it :)

Dfte avatar Oct 17 '24 12:10 Dfte