Skip to content

Commit

Permalink
remove reference to fix #375 in CLI, outputs can be omitted but not f…
Browse files Browse the repository at this point in the history
…iltered (#380)
  • Loading branch information
fmigneault committed Mar 15, 2022
1 parent 5520872 commit bed33da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion weaver/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,6 @@ def execute(self,
# FIXME: allow 'transmissionMode: value/reference' selection (https://github.com/crim-ca/weaver/issues/377)
"outputs": {}
}
# FIXME: since (https://github.com/crim-ca/weaver/issues/375) not implemented, auto-populate all the outputs
result = self.describe(process_id, url=base)
if not result.success:
return OperationResult(False, "Could not obtain process description for execution.",
Expand Down

0 comments on commit bed33da

Please sign in to comment.