snapctl 0.41.1__tar.gz → 0.41.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of snapctl might be problematic. Click here for more details.
- {snapctl-0.41.1 → snapctl-0.41.2}/PKG-INFO +1 -1
- {snapctl-0.41.1 → snapctl-0.41.2}/pyproject.toml +1 -1
- {snapctl-0.41.1 → snapctl-0.41.2}/snapctl/commands/snapend.py +2 -2
- {snapctl-0.41.1 → snapctl-0.41.2}/snapctl/config/constants.py +1 -1
- {snapctl-0.41.1 → snapctl-0.41.2}/LICENSE +0 -0
- {snapctl-0.41.1 → snapctl-0.41.2}/README.md +0 -0
- {snapctl-0.41.1 → snapctl-0.41.2}/snapctl/__init__.py +0 -0
- {snapctl-0.41.1 → snapctl-0.41.2}/snapctl/__main__.py +0 -0
- {snapctl-0.41.1 → snapctl-0.41.2}/snapctl/commands/__init__.py +0 -0
- {snapctl-0.41.1 → snapctl-0.41.2}/snapctl/commands/byogs.py +0 -0
- {snapctl-0.41.1 → snapctl-0.41.2}/snapctl/commands/byosnap.py +0 -0
- {snapctl-0.41.1 → snapctl-0.41.2}/snapctl/commands/game.py +0 -0
- {snapctl-0.41.1 → snapctl-0.41.2}/snapctl/commands/generate.py +0 -0
- {snapctl-0.41.1 → snapctl-0.41.2}/snapctl/config/__init__.py +0 -0
- {snapctl-0.41.1 → snapctl-0.41.2}/snapctl/config/endpoints.py +0 -0
- {snapctl-0.41.1 → snapctl-0.41.2}/snapctl/config/hashes.py +0 -0
- {snapctl-0.41.1 → snapctl-0.41.2}/snapctl/main.py +0 -0
- {snapctl-0.41.1 → snapctl-0.41.2}/snapctl/types/__init__.py +0 -0
- {snapctl-0.41.1 → snapctl-0.41.2}/snapctl/types/definitions.py +0 -0
- {snapctl-0.41.1 → snapctl-0.41.2}/snapctl/utils/__init__.py +0 -0
- {snapctl-0.41.1 → snapctl-0.41.2}/snapctl/utils/echo.py +0 -0
- {snapctl-0.41.1 → snapctl-0.41.2}/snapctl/utils/helper.py +0 -0
|
@@ -647,8 +647,8 @@ class Snapend:
|
|
|
647
647
|
progress=progress
|
|
648
648
|
)
|
|
649
649
|
snapctl_error(
|
|
650
|
-
message=
|
|
651
|
-
|
|
650
|
+
message='Unable to promote the manifest. Reason: ' +
|
|
651
|
+
f'{res.text}',
|
|
652
652
|
code=SNAPCTL_SNAPEND_PROMOTE_ERROR, progress=progress)
|
|
653
653
|
except RequestException as e:
|
|
654
654
|
snapctl_error(
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|