We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ce0c24 commit 6596cbcCopy full SHA for 6596cbc
1 file changed
nextcloudclient/upload.py
@@ -24,7 +24,7 @@ def get_all_files(path):
24
files.append(os.path.join(root, name))
25
return files
26
27
-def upload_to_nextcloud(source_paths: str, remote_name: str, remote_path: str, webdav_url: str):
+def upload_to_nextcloud(source_paths: list[str], remote_name: str, remote_path: str, webdav_url: str):
28
result = []
29
for path in source_paths:
30
if not os.path.exists(path):
0 commit comments