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

No useful output to stdout #6

Open
jfemiani opened this issue Sep 11, 2020 · 1 comment
Open

No useful output to stdout #6

jfemiani opened this issue Sep 11, 2020 · 1 comment

Comments

@jfemiani
Copy link
Collaborator

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

@jfemiani
Copy link
Collaborator Author

Or at least mention that detailed output will be going to the log file at {LOG LOCATION}

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