We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc5658d commit d607041Copy full SHA for d607041
IDCBrowser/IDCHandlerModule.py
@@ -81,7 +81,6 @@ def handleDownload(self, uids: list[str]) -> tuple[bytes, bytes]:
81
seriesInstanceUID=uids,
82
downloadDir=destFolderPath,
83
dirTemplate="%SeriesInstanceUID",
84
- use_s5cmd_sync=True,
85
)
86
indexer = ctk.ctkDICOMIndexer()
87
for uid in uids:
0 commit comments