You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Uploading all videos with extensions %s from %s to project %s. Excluded file patterns are: %s.",
1708
-
extensions,
1709
-
str(folder_path),
1710
-
project_name,
1711
-
exclude_file_patterns,
1707
+
f"Uploading all videos with extensions {extensions} from {str(folder_path)} to project {project_name}. Excluded file patterns are: {[*exclude_file_patterns]}.",
0 commit comments