Without this change, the code in the master branch goes into an infinite loop right at the start of any script that imports from ballcosmos.script import *.
The problem seems to be in how the join function works when it reaches the root path (/ on Linux).
I am only testing this change on Linux but I think it should be valid for Windows as well.
Without this change, the code in the master branch goes into an infinite loop right at the start of any script that imports
from ballcosmos.script import *
.The problem seems to be in how the
join
function works when it reaches the root path (/
on Linux).I am only testing this change on Linux but I think it should be valid for Windows as well.