From aad1ef8cf74b497bd1e680b3b9bbb8524aeed009 Mon Sep 17 00:00:00 2001 From: Ben Greiner Date: Mon, 14 Jul 2025 14:32:09 +0200 Subject: [PATCH] Use raw docstring in order to avoid invalid escape sequence --- dvuploader/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvuploader/utils.py b/dvuploader/utils.py index 7794bc9..b06337b 100644 --- a/dvuploader/utils.py +++ b/dvuploader/utils.py @@ -73,7 +73,7 @@ def add_directory( ignore: List[str] = [r"^\."], rootDirectoryLabel: str = "", ): - """ + r""" Recursively adds all files in the specified directory to a list of File objects. Args: