More complete testing of code that runs stitching subprocess.
This commit is contained in:
parent
7569c7d6b2
commit
cf74ea1351
4 changed files with 151 additions and 6 deletions
|
|
@ -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 = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue