Movie-Script-Database icon indicating copy to clipboard operation
Movie-Script-Database copied to clipboard

Need to add multiprocessing safeguard

Open dylanwalker opened this issue 2 years ago • 0 comments

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

dylanwalker avatar Dec 21 '22 02:12 dylanwalker