Skip to content

Commit

Permalink
left join instead of join
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaSchacherer committed Oct 1, 2024
1 parent f111de1 commit b4b4e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idc_index/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -1609,7 +1609,7 @@ def download_from_selection(
temp
JOIN
sm_instance_index using (sopInstanceUID)
JOIN
LEFT JOIN
index using (seriesInstanceUID)
"""
else:
Expand Down

0 comments on commit b4b4e34

Please sign in to comment.