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

generarte_smr_inpouts stdout needs line breaks #49

Closed
gillissierra opened this issue Jul 21, 2023 · 1 comment
Closed

generarte_smr_inpouts stdout needs line breaks #49

gillissierra opened this issue Jul 21, 2023 · 1 comment
Assignees

Comments

@gillissierra
Copy link
Contributor

The cat() that adds the outputs to stdout is not adding new lines at the end. When the stdout is piped into a log file, for example, this output is written entirely on one line, making it hard to read.

Solution:
Change printing function to one that automatically adds newlines at the end, or add a new line character to the string in the current cat()

@gillissierra
Copy link
Contributor Author

Completed in pull #50

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