bcpkgfox 0.16.5b10__tar.gz → 0.16.5b12__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.
- {bcpkgfox-0.16.5b10 → bcpkgfox-0.16.5b12}/PKG-INFO +1 -1
- {bcpkgfox-0.16.5b10 → bcpkgfox-0.16.5b12}/bcpkgfox/cli.py +3 -3
- {bcpkgfox-0.16.5b10 → bcpkgfox-0.16.5b12}/bcpkgfox.egg-info/PKG-INFO +1 -1
- {bcpkgfox-0.16.5b10 → bcpkgfox-0.16.5b12}/setup.py +1 -1
- {bcpkgfox-0.16.5b10 → bcpkgfox-0.16.5b12}/README.md +0 -0
- {bcpkgfox-0.16.5b10 → bcpkgfox-0.16.5b12}/bcpkgfox/__init__.py +0 -0
- {bcpkgfox-0.16.5b10 → bcpkgfox-0.16.5b12}/bcpkgfox/exec_file.py +0 -0
- {bcpkgfox-0.16.5b10 → bcpkgfox-0.16.5b12}/bcpkgfox/find_elements.py +0 -0
- {bcpkgfox-0.16.5b10 → bcpkgfox-0.16.5b12}/bcpkgfox/get_driver.py +0 -0
- {bcpkgfox-0.16.5b10 → bcpkgfox-0.16.5b12}/bcpkgfox/invoke_api.py +0 -0
- {bcpkgfox-0.16.5b10 → bcpkgfox-0.16.5b12}/bcpkgfox/system.py +0 -0
- {bcpkgfox-0.16.5b10 → bcpkgfox-0.16.5b12}/bcpkgfox.egg-info/SOURCES.txt +0 -0
- {bcpkgfox-0.16.5b10 → bcpkgfox-0.16.5b12}/bcpkgfox.egg-info/dependency_links.txt +0 -0
- {bcpkgfox-0.16.5b10 → bcpkgfox-0.16.5b12}/bcpkgfox.egg-info/entry_points.txt +0 -0
- {bcpkgfox-0.16.5b10 → bcpkgfox-0.16.5b12}/bcpkgfox.egg-info/requires.txt +0 -0
- {bcpkgfox-0.16.5b10 → bcpkgfox-0.16.5b12}/bcpkgfox.egg-info/top_level.txt +0 -0
- {bcpkgfox-0.16.5b10 → bcpkgfox-0.16.5b12}/setup.cfg +0 -0
|
@@ -475,7 +475,7 @@ class cli:
|
|
|
475
475
|
|
|
476
476
|
def verify_imports(self):
|
|
477
477
|
if self.error_libs:
|
|
478
|
-
print(f"{self.visuals.bold}{self.visuals.RD} WARNING: \n The libraries below can't be installed. This is not necessarily an error, just an alert
|
|
478
|
+
print(f"{self.visuals.bold}{self.visuals.RD} WARNING: \n The libraries below can't be installed. This is not necessarily an error, just an alert.{self.visuals.RESET}", end="\r")
|
|
479
479
|
for lib in self.error_libs:
|
|
480
480
|
print(f" {self.visuals.bold}{self.visuals.RD} - {lib} {self.visuals.RESET}")
|
|
481
481
|
|
|
@@ -745,8 +745,8 @@ class cli:
|
|
|
745
745
|
|
|
746
746
|
if result.returncode != 0:
|
|
747
747
|
if isinstance(lib, list):
|
|
748
|
-
self.
|
|
749
|
-
else: self.
|
|
748
|
+
self.cli.find_imports.error_libs.extend(lib)
|
|
749
|
+
else: self.cli.find_imports.error_libs.append(lib)
|
|
750
750
|
continue
|
|
751
751
|
|
|
752
752
|
|
|
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
|