Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure
MonitorStage
returns the cursor back to the end of output (#…
…2121) * Fixes issue where a pipeline completes, and the shell prompt appears in the middle of the pipeline output, overwriting some of the output, and making it difficult to even notice the pipeline completed. * Add new `mark_pbar_as_completed` method to `ProgressBarContextManager`, which will return the cursor to the bottom of the output. * `MonitorController` no longer calls `mark_as_completed` on `ProgressBar` objects, instead uses `ProgressBarContextManager::mark_pbar_as_completed`. Closes #2119 ## By Submitting this PR I confirm: - I am familiar with the [Contributing Guidelines](https://github.com/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md). - When the PR is ready for review, new or existing tests cover these changes. - When the PR is ready for review, the documentation is up to date with these changes. Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Michael Demoret (https://github.com/mdemoret-nv) URL: #2121
- Loading branch information