Skip to content

need more graceful way to quit midstream (not a high-priority isse) #24

@marybeckman

Description

@marybeckman

Currently the node for quitting is coded as follows:

    if trans_node$ == trans_node_quit$
        # If the transcriber decided to quit, then set the 'trial'
        # variable so that the script breaks out of the while-loop.
        trial = nTrialsCV + 1
    endif

Mary noted in transcribing that: "This results in a very ungraceful way to quit midstream. Figure out a better way."
This is very low priority by comparison to other still open issues with this kludged together release.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions