Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def write_text_files(self, dictionary: dict) -> None: # pragma: no cover
"""Write OBS/XSplit display info to text files.
It uses the helper function extralife_IO.write_text_files to handle the task.
:param dictionary: Dictionary containing values to write to text files\
. The key will become the filename. The value will be written to the\
file.
:type dictionary: dict
"""
extralife_io.write_text_files(dictionary, self.text_folder)