diff --git a/binarycpython/utils/functions.py b/binarycpython/utils/functions.py index e03c46e933fccc5e4f3cec8f8989b309475b0d09..9ff2f3668ce3b298a39ef702edbdeca8a73b5f64 100644 --- a/binarycpython/utils/functions.py +++ b/binarycpython/utils/functions.py @@ -590,7 +590,7 @@ def verbose_print(message: str, verbosity: int, minimal_verbosity: int) -> None: if verbosity >= minimal_verbosity: print(message) - + sys.stdout.flush() def remove_file(file: str, verbosity: int = 0) -> None: """