Skip to content

Commit 653024c

Browse files
authored
Bug fix for cfn submit modules (#810)
1 parent f5b9b4e commit 653024c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rpdk/core/project.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,6 @@ def submit(
499499
# the default compression is ZIP_STORED, which helps with the
500500
# file-size check on upload
501501
with zipfile.ZipFile(f, mode="w") as zip_file:
502-
zip_file.write(self.schema_path, SCHEMA_UPLOAD_FILENAME)
503502
if self.configuration_schema:
504503
with zip_file.open(
505504
CONFIGURATION_SCHEMA_UPLOAD_FILENAME, "w"

0 commit comments

Comments
 (0)