Skip to content

Commit

Permalink
Добавил flush для немедленного вывода, минуя буферизацию
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rgeym authored Jul 13, 2024
1 parent 1e5a56e commit dc19b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hh_applicant_tool/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from threading import Lock
from typing import Any

print_err = partial(print, file=sys.stderr)
print_err = partial(print, file=sys.stderr, flush=True)


class AttrDict(dict):
Expand Down

0 comments on commit dc19b74

Please sign in to comment.