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

Fix sc.timedsleep verbose #526

Closed
cliffckerr opened this issue Aug 18, 2023 · 1 comment · Fixed by #531
Closed

Fix sc.timedsleep verbose #526

cliffckerr opened this issue Aug 18, 2023 · 1 comment · Fixed by #531
Labels
bug Bug or bugfix
Milestone

Comments

@cliffckerr
Copy link
Member

Prints message after sleep rather than before

@cliffckerr cliffckerr added the bug Bug or bugfix label Aug 18, 2023
@cliffckerr cliffckerr added this to the Release 3.1.1 milestone Aug 18, 2023
vladh added a commit to vladh/sciris that referenced this issue Aug 20, 2023
Previously, timedsleep printed the “Sleeping for...” text after
sleeping when called with verbose=True. Now, the message is printed
before sleeping, as it should be.

Fixes sciris#526
@cliffckerr
Copy link
Member Author

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug or bugfix
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant