I'm not submitting a pull request for this, but `get_scripts.py` needs to be wrapped with: ``` if __name__=="__main__": CODE ``` or there could be multiprocessing runtime errors from recursive child processes
I'm not submitting a pull request for this, but
get_scripts.pyneeds to be wrapped with:or there could be multiprocessing runtime errors from recursive child processes