Skip to content

[BUG] Text prompts are not printing when the python scripts runs through main.sh #12

@MarcusMorgan-47

Description

@MarcusMorgan-47

The main.sh shell script is missing the arguments that deals with buffering issues.
The stdout / stderr / stdin are attached to the controlling terminal / real terminal via pipes (specifically in Unix-based systems). This causes the output to get buffered and the text prompts not getting flushed. Which results the text prompts not being printed in the output

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions