Skip to content

Commit

Permalink
cloudformation-cli-python-lib version 2.1.6 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatMyron authored May 19, 2021
1 parent 4f53ff1 commit 5e753b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/rpdk/python/codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def generate(self, project):
LOG.debug("Generate complete")

def _pre_package(self, build_path):
f = TemporaryFile("w+b")
f = TemporaryFile("w+b") # pylint: disable=consider-using-with

with zipfile.ZipFile(f, mode="w") as zip_file:
self._recursive_relative_write(build_path, build_path, zip_file)
Expand Down
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="cloudformation-cli-python-lib",
version="2.1.5",
version="2.1.6",
description=__doc__,
author="Amazon Web Services",
author_email="[email protected]",
Expand Down

0 comments on commit 5e753b5

Please sign in to comment.