bcpkgfox 0.16.22__py3-none-any.whl → 0.16.24__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.
- bcpkgfox/cli.py +4 -5
- {bcpkgfox-0.16.22.dist-info → bcpkgfox-0.16.24.dist-info}/METADATA +1 -1
- {bcpkgfox-0.16.22.dist-info → bcpkgfox-0.16.24.dist-info}/RECORD +6 -6
- {bcpkgfox-0.16.22.dist-info → bcpkgfox-0.16.24.dist-info}/WHEEL +0 -0
- {bcpkgfox-0.16.22.dist-info → bcpkgfox-0.16.24.dist-info}/entry_points.txt +0 -0
- {bcpkgfox-0.16.22.dist-info → bcpkgfox-0.16.24.dist-info}/top_level.txt +0 -0
bcpkgfox/cli.py
CHANGED
|
@@ -435,9 +435,9 @@ class cli:
|
|
|
435
435
|
animation.finish()
|
|
436
436
|
|
|
437
437
|
if zip_log:
|
|
438
|
-
print(f"{self.visuals.bold}{self.visuals.GR} > Zip file created successfully {self.visuals.RESET}\n")
|
|
438
|
+
print(f"{self.visuals.bold}{self.visuals.GR} > Zip file created successfully {self.visuals.RESET}\033[J\n\033[J")
|
|
439
439
|
else:
|
|
440
|
-
print(f"{self.visuals.bold}{self.visuals.RD} > Error creating zip file
|
|
440
|
+
print(f"{self.visuals.bold}{self.visuals.RD} > Error creating zip file:\033[J")
|
|
441
441
|
print(f"{self.ultimate_error}{self.visuals.RESET}")
|
|
442
442
|
sys.exit(1)
|
|
443
443
|
|
|
@@ -501,9 +501,8 @@ class cli:
|
|
|
501
501
|
self.target_file = self.cli.file #FIX
|
|
502
502
|
|
|
503
503
|
if not os.path.exists(self.target_file):
|
|
504
|
-
self.
|
|
505
|
-
|
|
506
|
-
return
|
|
504
|
+
print(f"{self.visuals.bold}{self.visuals.RD} > Error: Please pass your 'target_file', to detect the libraries.{self.visuals.RESET}")
|
|
505
|
+
sys.exit(1)
|
|
507
506
|
|
|
508
507
|
try:
|
|
509
508
|
with open(self.target_file, "r", encoding="utf-8", errors="replace") as file:
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
bcpkgfox/__init__.py,sha256=tIFJ-KIMZK_ZjcrUg92QoHd2Rbte4cvuPMlPUzjtK0U,15945
|
|
2
|
-
bcpkgfox/cli.py,sha256=
|
|
2
|
+
bcpkgfox/cli.py,sha256=PdseA7n9nCN91oIqwC7VX2yBFhaS-z0uEQAjEAteZvE,30880
|
|
3
3
|
bcpkgfox/exec_file.py,sha256=fl_Do2SlF7JuXazpNTod-e_0WZUk355fbd7ustQvi40,3728
|
|
4
4
|
bcpkgfox/find_elements.py,sha256=oeB-73LqMLoKchozPXuxRkThBju9IgUKqbgU-2AAq0s,23027
|
|
5
5
|
bcpkgfox/get_driver.py,sha256=ohimk9E2hL6T35IXv0XX0uvWDGCUZvZDlPMnuRjV1R0,30490
|
|
6
6
|
bcpkgfox/invoke_api.py,sha256=UTksbSmg6yucWk-egH1gavYoViKvpUq-OAp5t308ZmY,5334
|
|
7
7
|
bcpkgfox/system.py,sha256=U5vEReSVIQ7LZ-1slUglNyU6k0Vahfioozm6QVEIqfE,6732
|
|
8
|
-
bcpkgfox-0.16.
|
|
9
|
-
bcpkgfox-0.16.
|
|
10
|
-
bcpkgfox-0.16.
|
|
11
|
-
bcpkgfox-0.16.
|
|
12
|
-
bcpkgfox-0.16.
|
|
8
|
+
bcpkgfox-0.16.24.dist-info/METADATA,sha256=m9PHYfJvu3FXx6o45BAoeYkhjcIkWx7ydMst9e-rK8A,1912
|
|
9
|
+
bcpkgfox-0.16.24.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
10
|
+
bcpkgfox-0.16.24.dist-info/entry_points.txt,sha256=zzthtJtEpeRjlpE6YDBbSGVH6hvnnVyRxVSSgz1_S0M,337
|
|
11
|
+
bcpkgfox-0.16.24.dist-info/top_level.txt,sha256=h01SqyYBEfS72vkRFOlEDZBUSu9pzU0bdX4m9hWNNmw,9
|
|
12
|
+
bcpkgfox-0.16.24.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|