We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4848451 commit c3e0092Copy full SHA for c3e0092
deep_code/tools/publish.py
@@ -315,7 +315,7 @@ def _update_base_catalog(
315
316
return base_catalog
317
318
- def generate_workflow_experiment_records(self, write_to_file: bool = False):
+ def generate_workflow_experiment_records(self, write_to_file: bool = False) -> None:
319
"""prepare workflow and experiment as ogc api record to publish it to the
320
specified GitHub repository."""
321
workflow_id = self._normalize_name(self.workflow_config.get("workflow_id"))
0 commit comments