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

Suppress printing #511

Merged
merged 1 commit into from
Jan 11, 2025
Merged

Suppress printing #511

merged 1 commit into from
Jan 11, 2025

Conversation

Colelyman
Copy link
Contributor

  • Refactor output handling to use 'info' instead of 'print' and remove unused code

  • Remove exit after raising of Exception

  • Cast chr_id to a string (again)

  • Properly scrub invalid characters from beign written to JSON status file

This commit will convert \n, , and " when being written to the JSON message field because all of those characters will cause the JSON to be invalid.

  • Change branch to cole/suppress_printing

  • Move test branch back to master


* Refactor output handling to use 'info' instead of 'print' and remove unused code

* Remove exit after raising of Exception

* Cast chr_id to a string (again)

* Properly scrub invalid characters from beign written to JSON status file

This commit will convert \n, \, and " when being written to the JSON message
field because all of those characters will cause the JSON to be invalid.

* Change branch to cole/suppress_printing

* Move test branch back to master

---------

Co-authored-by: kclem <k.clement.dev@gmail.com>
@kclem kclem merged commit 62bfaf0 into pinellolab:master Jan 11, 2025
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants