Skip to content

Commit c3e0092

Browse files
Update deep_code/tools/publish.py
Co-authored-by: Thomas Storm <[email protected]>
1 parent 4848451 commit c3e0092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deep_code/tools/publish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def _update_base_catalog(
315315

316316
return base_catalog
317317

318-
def generate_workflow_experiment_records(self, write_to_file: bool = False):
318+
def generate_workflow_experiment_records(self, write_to_file: bool = False) -> None:
319319
"""prepare workflow and experiment as ogc api record to publish it to the
320320
specified GitHub repository."""
321321
workflow_id = self._normalize_name(self.workflow_config.get("workflow_id"))

0 commit comments

Comments
 (0)