Skip to content

Commit 87c694d

Browse files
authored
Merge pull request #33 from bnavigator/patch-1
Use raw docstring in order to avoid invalid escape sequence
2 parents 1cd271f + aad1ef8 commit 87c694d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvuploader/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def add_directory(
7373
ignore: List[str] = [r"^\."],
7474
rootDirectoryLabel: str = "",
7575
):
76-
"""
76+
r"""
7777
Recursively adds all files in the specified directory to a list of File objects.
7878
7979
Args:

0 commit comments

Comments
 (0)