Remove Exec Command After Execution Or Run in Local Thread
I’ve created a function in python to execute generic script via exec()
. It works perfectly but it creates functions globally. I need to create them locally and run them then I need to remove them.