diff --git a/darwin/dataset/remote_dataset_v2.py b/darwin/dataset/remote_dataset_v2.py index 9b5b341ae..d6f48da02 100644 --- a/darwin/dataset/remote_dataset_v2.py +++ b/darwin/dataset/remote_dataset_v2.py @@ -213,7 +213,9 @@ def push( if is_relative_to(found_file, source_file) ] if source_files: - local_path = str(found_file.relative_to(source_files[0]).parent) + local_path = str( + found_file.relative_to(source_files[0]).parent.as_posix() + ) uploading_files.append( LocalFile( found_file,