Problem: sys.path fiddling is not efficient
Solution: use set() to avoid adding identic paths multiple times add some debugging
Showing
Please register or sign in to comment
Solution: use set() to avoid adding identic paths multiple times add some debugging