Skip to content

check_symbol.py - Fix multiprocessing error with python 3.9 by moving 'worker' outside of main

I was seeing this error with python3.9 that was fixed by moving this method. I can't explain why it isn't ok to declare the method inline but this better fits with examples of multiprocessing.

Merge request reports