pykwalify icon indicating copy to clipboard operation
pykwalify copied to clipboard

BUG: Replace deprecated `load_module`

Open JoostJM opened this issue 1 year ago • 0 comments

Fixes:

Fixes #202 by replacing the load_module() function with exec_module(). This follows the solution proposed on StackOverflow.

JoostJM avatar Jan 28 '25 13:01 JoostJM