snapctl 0.39.0__tar.gz → 0.39.1__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.39.0
3
+ Version: 0.39.1
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.39.0"
3
+ version = "0.39.1"
4
4
  description = "Snapser CLI Tool"
5
5
  authors = ["Ajinkya Apte <aj@snapser.com>"]
6
6
  readme = "README.md"
@@ -423,8 +423,8 @@ class ByoSnap:
423
423
  SNAPCTL_INPUT_ERROR)
424
424
  # Check path
425
425
  if self.resources_path:
426
- docker_file_path = f"{
427
- self.resources_path}/{self.dockerfile}"
426
+ docker_file_path = \
427
+ f"{self.resources_path}/{self.dockerfile}"
428
428
  else:
429
429
  docker_file_path = f"{self.path}/{self.dockerfile}"
430
430
  if not self.skip_build and not os.path.isfile(docker_file_path):
@@ -2,7 +2,7 @@
2
2
  Constants used by snapctl
3
3
  """
4
4
  COMPANY_NAME = 'Snapser'
5
- VERSION = '0.39.0'
5
+ VERSION = '0.39.1'
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