wait_for_file_to_exist#
- streaming.base.util.wait_for_file_to_exist(filename, poll_interval, timeout, err_msg)[source]#
Wait for the file to exist till timeout seconds. Raise an Exception after that.
- Parameters
- Raises
RuntimeError – Raise an Exception if file does not exist after timeout