Skip to content

Example code may be missing if __name__ == '__main__' #9

@ivanjr0

Description

@ivanjr0

I stumbled upon a multiprocessing error when trying to run the example code and one of the warnings mentioned that could be because there was no if preventing the entry point code to run again and again after a fork.

Wrapping the example code around an if __name__ == '__main__' did the trick.

By the way, this is a very nice project. Thanks for sharing

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions