We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dde5af commit 0788210Copy full SHA for 0788210
deep_code/utils/dataset_stac_generator.py
@@ -489,7 +489,7 @@ def build_dataset_stac_collection(self) -> Collection:
489
rel="related",
490
target=f"../../experiments/{self.workflow_id}/record.json",
491
media_type="application/json",
492
- title=f"Experiment: {self.workflow_title}"
+ title=f"Experiment: {self.workflow_title}",
493
)
494
495
0 commit comments