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

task_manager.list_all_tasks() is not showing outputs properly. #232

Open
rodosingh opened this issue Sep 6, 2024 · 0 comments
Open

task_manager.list_all_tasks() is not showing outputs properly. #232

rodosingh opened this issue Sep 6, 2024 · 0 comments

Comments

@rodosingh
Copy link

  1. task_manager.list_all_tasks() function in line 409 needs to be written as follows to prevent improper display of all tasks in terminal. I am running in docker and there \n character isn't properly executing. So need to add flush=True in print statement.
  2. Since return of task_manager.list_all_tasks() is string and adding "\n - ".join() along with sorted() functionality is making it worse.
  3. Correction of line 409; eval_logger.info("Available Tasks:\n - {}".format(task_manager.list_all_tasks()), flush=True)
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

No branches or pull requests

1 participant