Skip to content

Commit c9fe50b

Browse files
committed
fix
1 parent 4915738 commit c9fe50b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

awslambdastream/pipelines/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def initialize(pipelines, **opt):
2020

2121
setup_logging()
2222

23-
keys = pipelines.keys()
23+
keys = list(pipelines.keys())
2424

2525
logger.info(f"initialize: {json.dumps(keys)}")
2626

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "awslambdastream"
3-
version = "0.2.003"
3+
version = "0.2.004"
44
description = ""
55
authors = ["Viacheslav Snizhko <[email protected]>"]
66

0 commit comments

Comments
 (0)