We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b9b4e commit 653024cCopy full SHA for 653024c
src/rpdk/core/project.py
@@ -499,7 +499,6 @@ def submit(
499
# the default compression is ZIP_STORED, which helps with the
500
# file-size check on upload
501
with zipfile.ZipFile(f, mode="w") as zip_file:
502
- zip_file.write(self.schema_path, SCHEMA_UPLOAD_FILENAME)
503
if self.configuration_schema:
504
with zip_file.open(
505
CONFIGURATION_SCHEMA_UPLOAD_FILENAME, "w"
0 commit comments