We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6625ce3 commit c4e0279Copy full SHA for c4e0279
control/action.py
@@ -675,7 +675,7 @@ def computeFlow_build(self) -> dict:
675
),
676
connectionNodeTitle = 'mergeMarkedJPGSwithDICOMS',
677
distalNodeIDs = [('Topological', 'mergeDICOMSwithInference')],
678
- topoJoinArgs = '\.dcm$,\.png$'
+ topoJoinArgs = '\.dcm$,\.*$'
679
680
workflowTitle = 'PNG-to-DICOM and push to PACS v20230324',
681
waitForNodeWithTitle = 'pacs-push',
dylld.py
@@ -46,7 +46,7 @@
46
pluginOutputDir:Path
47
ld_forestResult:list = []
48
49
-__version__ = '4.4.34'
+__version__ = '4.4.36'
50
51
DISPLAY_TITLE = r"""
52
_ _ _ _ _
0 commit comments