Skip to content

Commit

Permalink
fix: vol
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Oct 3, 2024
1 parent 0da024e commit bf04358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new_api/v3/serialization/map.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def dsv_id_to_model(id: str):
assert target in volume_name_to_idx, f"target {target} not found in volume name {volume_name_to_idx}"
for idx in volume_name_to_idx[target]:
new_index = {
"volume": volume_name_to_idx[target]
"volume": idx
}
if mapping.get("label"):
new_index["label"] = mapping.get("label")
Expand Down

0 comments on commit bf04358

Please sign in to comment.