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: