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

Separate verbosity from function logic in _copy_files #14

Open
JohannesWiesner opened this issue Dec 29, 2023 · 2 comments
Open

Separate verbosity from function logic in _copy_files #14

JohannesWiesner opened this issue Dec 29, 2023 · 2 comments

Comments

@JohannesWiesner
Copy link
Owner

Would be nice if _copy_files wouldn't have anything to do with verbosity just like it's currently done with _find_files. Asked question here:

https://stackoverflow.com/questions/77730834/separate-inner-logic-of-function-from-displaying-user-information-using-tqdm

@JohannesWiesner
Copy link
Owner Author

Maybe one could use the postfix argument of tqdm?

https://github.com/tqdm/tqdm?tab=readme-ov-file#description-and-additional-stats

Also note that tqdm has pandas integration:

https://github.com/tqdm/tqdm?tab=readme-ov-file#pandas-integration

@JohannesWiesner
Copy link
Owner Author

Opened an issue:

tqdm/tqdm#1545

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