Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
marybeckman opened this issue May 1, 2014 · 0 comments
Open

Comments

@marybeckman
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant