Skip to content

Commit c4e0279

Browse files
committed
update topologicaly copy filters
1 parent 6625ce3 commit c4e0279

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

control/action.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ def computeFlow_build(self) -> dict:
675675
),
676676
connectionNodeTitle = 'mergeMarkedJPGSwithDICOMS',
677677
distalNodeIDs = [('Topological', 'mergeDICOMSwithInference')],
678-
topoJoinArgs = '\.dcm$,\.png$'
678+
topoJoinArgs = '\.dcm$,\.*$'
679679
),
680680
workflowTitle = 'PNG-to-DICOM and push to PACS v20230324',
681681
waitForNodeWithTitle = 'pacs-push',

dylld.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
pluginOutputDir:Path
4747
ld_forestResult:list = []
4848

49-
__version__ = '4.4.34'
49+
__version__ = '4.4.36'
5050

5151
DISPLAY_TITLE = r"""
5252
_ _ _ _ _

0 commit comments

Comments
 (0)