You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Motivation:
As `Utilities/helpers.py` output of `print` is not immediately flushed,
it makes debugging of `Utilities/bootstrap` script very hard, since
logging messages are not guaranteed to be printed in correct order.
### Modifications:
All calls to `print` in `Utilities/helpers.py` have `flush=True` passed
as arguments.
### Result:
Messages logged in the bootstrap script are always printed in the
correct order.
0 commit comments