snapctl 0.46.1__py3-none-any.whl → 0.46.2__py3-none-any.whl
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/commands/byosnap.py +2 -4
- snapctl/config/constants.py +1 -1
- {snapctl-0.46.1.dist-info → snapctl-0.46.2.dist-info}/METADATA +1 -1
- {snapctl-0.46.1.dist-info → snapctl-0.46.2.dist-info}/RECORD +7 -7
- {snapctl-0.46.1.dist-info → snapctl-0.46.2.dist-info}/LICENSE +0 -0
- {snapctl-0.46.1.dist-info → snapctl-0.46.2.dist-info}/WHEEL +0 -0
- {snapctl-0.46.1.dist-info → snapctl-0.46.2.dist-info}/entry_points.txt +0 -0
snapctl/commands/byosnap.py
CHANGED
|
@@ -1523,14 +1523,12 @@ class ByoSnap:
|
|
|
1523
1523
|
file_save_path = os.path.join(
|
|
1524
1524
|
os.getcwd(), self.profile_filename)
|
|
1525
1525
|
file_written = ByoSnap._handle_output_file(
|
|
1526
|
-
f"{ByoSnap.PROFILE_FILES_PATH}{
|
|
1527
|
-
self.profile_filename}", file_save_path
|
|
1526
|
+
f"{ByoSnap.PROFILE_FILES_PATH}{self.profile_filename}", file_save_path
|
|
1528
1527
|
)
|
|
1529
1528
|
if file_written:
|
|
1530
1529
|
snapctl_success(
|
|
1531
1530
|
message="BYOSNAP Profile generation successful. " +
|
|
1532
|
-
f"{self.profile_filename} saved at {
|
|
1533
|
-
file_save_path}",
|
|
1531
|
+
f"{self.profile_filename} saved at {file_save_path}",
|
|
1534
1532
|
progress=progress,
|
|
1535
1533
|
no_exit=no_exit
|
|
1536
1534
|
)
|
snapctl/config/constants.py
CHANGED
|
@@ -2,13 +2,13 @@ snapctl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
2
2
|
snapctl/__main__.py,sha256=43jKoTk8b85hk_MT6499N3ruHdEfM8WBImd_-3VzjI8,116
|
|
3
3
|
snapctl/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
snapctl/commands/byogs.py,sha256=x-5QKvDWLj5hal8nH1mqd5r3G3EGwDB0BTP_SmFj-LQ,19025
|
|
5
|
-
snapctl/commands/byosnap.py,sha256=
|
|
5
|
+
snapctl/commands/byosnap.py,sha256=BrJv1yRVNuA6EuM5XvhnzSjrwTZsjMPd4G5N1k6s3iQ,72776
|
|
6
6
|
snapctl/commands/game.py,sha256=nCXtEXAJkvOw26c_OBGr7Pz4hwu-5FXHyBR2kkXhLCM,5247
|
|
7
7
|
snapctl/commands/generate.py,sha256=9-NlZVQllBT2LZT_t9S3ztwtHzTbM-C8_x0f6z70U3g,5606
|
|
8
8
|
snapctl/commands/release_notes.py,sha256=K1OdX94pL-pKL2Depbs-AkVcPpKn_CX2cOsZiRZP5kc,2134
|
|
9
9
|
snapctl/commands/snapend.py,sha256=pUpdJ5H-NSg-wB-NnMUXNvRL10ac8289-ZxPhCYMXEc,35570
|
|
10
10
|
snapctl/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
snapctl/config/constants.py,sha256=
|
|
11
|
+
snapctl/config/constants.py,sha256=FndYEon-CZwuvBoRziRFJk0JUz_qefzIszMRiVTen9g,3464
|
|
12
12
|
snapctl/config/endpoints.py,sha256=9kllA79xn9G_aBLp1rohURZi93pwYzTEWZ8ObtZ6crw,338
|
|
13
13
|
snapctl/config/hashes.py,sha256=MOn1R5zUQrVbgXT_SmGcRB_3LsQjxRpEiJtLoiIFBI8,4388
|
|
14
14
|
snapctl/data/profiles/snapser-byosnap-profile.json,sha256=c7oIzMJewVQaoLaXCBPXlH-k5cL9DCz6q4IixsWWD9c,2404
|
|
@@ -20,8 +20,8 @@ snapctl/types/definitions.py,sha256=EQzLeiXkJ8ISRlCqHMviNVsWWpmhWjpKaOBLdlvOTmY,
|
|
|
20
20
|
snapctl/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
21
21
|
snapctl/utils/echo.py,sha256=V0qgjqqGXRiueMkq31enmNmdqciC8S90qGRcK8UupXA,1090
|
|
22
22
|
snapctl/utils/helper.py,sha256=8HrLqX9RINJdadR7YI8epOXIfXOBDusXqvoR0kq6zok,5419
|
|
23
|
-
snapctl-0.46.
|
|
24
|
-
snapctl-0.46.
|
|
25
|
-
snapctl-0.46.
|
|
26
|
-
snapctl-0.46.
|
|
27
|
-
snapctl-0.46.
|
|
23
|
+
snapctl-0.46.2.dist-info/LICENSE,sha256=6AcXm54KFSpmUI1ji9NIBd4Xl-DtjTqiyjBzfVb_CEk,2804
|
|
24
|
+
snapctl-0.46.2.dist-info/METADATA,sha256=a7MVpUdzK5GUCsPO_veLuB1EX7Hxz57H2KvqF34TeZA,34343
|
|
25
|
+
snapctl-0.46.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
26
|
+
snapctl-0.46.2.dist-info/entry_points.txt,sha256=tkKW9MzmFdRs6Bgkv29G78i9WEBK4WIOWunPfe3t2Wg,44
|
|
27
|
+
snapctl-0.46.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|