Fix typo and tell_pbar
#871 #879
Changes proposed
Check if msg is empty or not before calling pbar_sender_pipe()
Typo in main screen "[Main] " overwrote the first few character("Total A"). Adding [Main] is a simple fix but not permenant. I believe more analysis is required to understanding the reason of overwriting. Also the whole statement is printed once after "Flow Processed" line, but then disappears. Careful observation is required to notice this.
Check List (Check all the applicable boxes)
- [ X] My code follows the code style of this project.
- [ ] My change requires changes to the documentation.
- [ ] I have updated the documentation accordingly.
- [X ] All new and existing tests passed.
- [ X] This PR does not contain plagiarized content.
- [ X] The title of my pull request is a short description of the requested changes.
Screenshots
Note to reviewers
Included in change proposed.
@AlyaGomaa can you review my PR.
This CI-staging should not be failing based on my changes.
Seems like dataset-integration failure is common among PRs.
@patel-lay yes true, not sure why though, will fix this and re-run CI in your PR and if all goes will i'll merge it
Hey @patel-lay we dropped support for the PBar. thanks for your effort though!