We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You seem to be redirecting all of the output to a file -- I suggest we do not do this. Users can choose to redirect the output themselves, e.g.
python step_2_*.py > results.txt
or, to both see the output AND save it to a file:
python step2_*.py | tee -a results.txt
I think it is confusing to see no output other than "start" and 'finish" when you run the program
The text was updated successfully, but these errors were encountered:
Or at least mention that detailed output will be going to the log file at {LOG LOCATION}
Sorry, something went wrong.
No branches or pull requests
You seem to be redirecting all of the output to a file -- I suggest we do not do this.
Users can choose to redirect the output themselves, e.g.
or, to both see the output AND save it to a file:
I think it is confusing to see no output other than "start" and 'finish" when you run the program
The text was updated successfully, but these errors were encountered: