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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: snapctl
3
- Version: 0.41.1
3
+ Version: 0.41.2
4
4
  Summary: Snapser CLI Tool
5
5
  Author: Ajinkya Apte
6
6
  Author-email: aj@snapser.com
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "snapctl"
3
- version = "0.41.1"
3
+ version = "0.41.2"
4
4
  description = "Snapser CLI Tool"
5
5
  authors = ["Ajinkya Apte <aj@snapser.com>"]
6
6
  readme = "README.md"
@@ -647,8 +647,8 @@ class Snapend:
647
647
  progress=progress
648
648
  )
649
649
  snapctl_error(
650
- message=f'Unable to promote the manifest. Reason: {
651
- res.text}',
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(
@@ -2,7 +2,7 @@
2
2
  Constants used by snapctl
3
3
  """
4
4
  COMPANY_NAME = 'Snapser'
5
- VERSION = '0.41.1'
5
+ VERSION = '0.41.2'
6
6
  CONFIG_FILE_MAC = '~/.snapser/config'
7
7
  CONFIG_FILE_WIN = '%homepath%\\.snapser\\config'
8
8
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes