We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acfd278 commit e0cc064Copy full SHA for e0cc064
1 file changed
deep_code/tools/publish.py
@@ -590,7 +590,7 @@ def publish(
590
# Publish STAC catalog + item to S3 when stac_catalog_s3_root is configured.
591
# This is independent of the GitHub PR and happens immediately.
592
stac_catalog_s3_root = self.dataset_config.get("stac_catalog_s3_root")
593
- if stac_catalog_s3_root and hasattr(self, "_last_generator"):
+ if stac_catalog_s3_root:
594
logger.info(
595
f"Publishing STAC catalog to S3: {stac_catalog_s3_root}"
596
)
0 commit comments