From 9e3772d4922152c57a849f62b0ac8ba4fad2df73 Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Thu, 12 Mar 2020 09:52:29 +0100
Subject: [PATCH] Missing basename

Former-commit-id: a01723972dedd63358cef298f6ca388cbfd38670
---
 steps/ddecal.cwl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/steps/ddecal.cwl b/steps/ddecal.cwl
index 6df6949..4c54334 100644
--- a/steps/ddecal.cwl
+++ b/steps/ddecal.cwl
@@ -125,7 +125,7 @@ outputs:
     doc: Output Measurement Set
     type: Directory
     outputBinding:
-      glob: $(inputs.msin)
+      glob: $(inputs.msin.basename)
 
   - id: h5parm
     doc: Filename of output H5Parm (to be read by e.g. losoto)
-- 
GitLab