Skip to content

Ctrl+C does not properly exit when processing submissions #8

@markekraus

Description

@markekraus

Pressing Ctrl+C calls signal_handler() which then run sys.exit(0). Apparently, sys.exit() only throws an exception. Since the entire while loop is encapsulated in a try/except, the script will not exit properly while looping through submissions. This will need to be moved to os._exit() instead of sys.exit().

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions