Re: Package error following WAPT 2.0 update
Published: May 20, 2021 - 10:47
Hi Alann,
if you're only using the DNS library in `def install()`, you can import it directly into the method to avoid the auditing issue. The package context isn't retained after installation, and the auditing function is stored in the local SQLite database, so it no longer has access to the package contents.
I'm marking this topic as [RESOLVED].
Regards,
Denis
if you're only using the DNS library in `def install()`, you can import it directly into the method to avoid the auditing issue. The package context isn't retained after installation, and the auditing function is stored in the local SQLite database, so it no longer has access to the package contents.
I'm marking this topic as [RESOLVED].
Regards,
Denis