Swallows print Statements
Open
- Dominant language
- Python
- Stars
- 30
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Related to this [CadHub issue](https://github.com/Irev-Dev/cadhub/issues/548).
Calls to `print()` (stdout) within a script will not show up in the CadHub console, but calls to `println(..., file=sys.stderr)` (stderr) do. My guess is that this is related to how CQGI is executed from within cq-cli, but it needs to be investigated.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.