More complete testing of code that runs stitching subprocess.

This commit is contained in:
Julian Stirling 2025-08-03 21:29:22 +01:00
parent 7569c7d6b2
commit cf74ea1351
4 changed files with 151 additions and 6 deletions

View file

@ -144,6 +144,7 @@ def make_path_safe(unsafe_path_string: str) -> str:
slash/backslash/colon on Windows).
:param unsafe_path_string: The original path string to sanitise.
:returns: A version of the input string safe to use as a file path.
"""
unsafe_character_pattern = (