We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a36d6 commit 1902878Copy full SHA for 1902878
cultcargo/genesis/wsclean/__init__.py
@@ -51,6 +51,7 @@ def make_stimela_schema(params: Dict[str, Any], inputs: Dict[str, Parameter], ou
51
if imagetype == "dirty":
52
if params.get("no-dirty", False):
53
continue
54
+ must_exist = True
55
elif imagetype == 'restored' or params.get('niter', 0) > 0:
56
must_exist = True
57
else:
0 commit comments