Skip to content

Use if __name__ == "__main__" guard in lava-worker script

Igor Ponomarev requested to merge lava-worker-use-if-name-main-guard into master

Without this guard the lava-worker will execute on import which can potentially interfere with code analysis tools and multiprocessing.

Merge request reports