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

Nested tqdm during sync #83

Open
septatrix opened this issue Oct 26, 2021 · 1 comment
Open

Nested tqdm during sync #83

septatrix opened this issue Oct 26, 2021 · 1 comment

Comments

@septatrix
Copy link
Collaborator

Looping over course>section>module could be indicated using tqdm as the size of each iterable is know in advance. This is probably not a good estimate of the remaining runtime but still better than nothing.

@septatrix
Copy link
Collaborator Author

Also we should probably suppress tqdm if stdout.isatty() is false as that means we would write to a file which does not make too much sense when using tqdm

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