DonPAPI
DonPAPI copied to clipboard
Denied SAM dump crashes donpapi
Hey!
I realized that if the dump of the SAM database fails, donpapi can crash because of the following:
A potential patch would be to switch the try except from dump_sam():
To the run function itself. Something like:
But I cannot verify if this patch would be enough so I open this PR until I have the opportunity to test it :)