Skip to content

Commit 1902878

Browse files
committed
modified no-dirty case
1 parent 00a36d6 commit 1902878

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cultcargo/genesis/wsclean/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def make_stimela_schema(params: Dict[str, Any], inputs: Dict[str, Parameter], ou
5151
if imagetype == "dirty":
5252
if params.get("no-dirty", False):
5353
continue
54+
must_exist = True
5455
elif imagetype == 'restored' or params.get('niter', 0) > 0:
5556
must_exist = True
5657
else:

0 commit comments

Comments
 (0)