Skip to content

Commit

Permalink
Merge branch 'main' into 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
zprobst authored Aug 7, 2024
2 parents 46483ba + a40edcf commit e80b32e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nodestream/pipeline/extractors/stores/aws/s3_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(

def archive_if_required(self, key: str):
if not self.archive_dir:
pass
return

LOGGER.info("Archiving S3 Object", extra=dict(key=key))
filename = Path(key).name
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nodestream"
version = "0.12.5a13"
version = "0.12.5a14"
description = "A Fast, Declarative ETL for Graph Databases."
license = "GPL-3.0-only"
authors = [
Expand Down

0 comments on commit e80b32e

Please sign in to comment.