bcpkgfox 0.16.25__tar.gz → 0.16.26__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.25 → bcpkgfox-0.16.26}/PKG-INFO +1 -1
- {bcpkgfox-0.16.25 → bcpkgfox-0.16.26}/bcpkgfox/cli.py +2 -2
- {bcpkgfox-0.16.25 → bcpkgfox-0.16.26}/bcpkgfox.egg-info/PKG-INFO +1 -1
- {bcpkgfox-0.16.25 → bcpkgfox-0.16.26}/setup.py +1 -1
- {bcpkgfox-0.16.25 → bcpkgfox-0.16.26}/README.md +0 -0
- {bcpkgfox-0.16.25 → bcpkgfox-0.16.26}/bcpkgfox/__init__.py +0 -0
- {bcpkgfox-0.16.25 → bcpkgfox-0.16.26}/bcpkgfox/exec_file.py +0 -0
- {bcpkgfox-0.16.25 → bcpkgfox-0.16.26}/bcpkgfox/find_elements.py +0 -0
- {bcpkgfox-0.16.25 → bcpkgfox-0.16.26}/bcpkgfox/get_driver.py +0 -0
- {bcpkgfox-0.16.25 → bcpkgfox-0.16.26}/bcpkgfox/invoke_api.py +0 -0
- {bcpkgfox-0.16.25 → bcpkgfox-0.16.26}/bcpkgfox/system.py +0 -0
- {bcpkgfox-0.16.25 → bcpkgfox-0.16.26}/bcpkgfox.egg-info/SOURCES.txt +0 -0
- {bcpkgfox-0.16.25 → bcpkgfox-0.16.26}/bcpkgfox.egg-info/dependency_links.txt +0 -0
- {bcpkgfox-0.16.25 → bcpkgfox-0.16.26}/bcpkgfox.egg-info/entry_points.txt +0 -0
- {bcpkgfox-0.16.25 → bcpkgfox-0.16.26}/bcpkgfox.egg-info/requires.txt +0 -0
- {bcpkgfox-0.16.25 → bcpkgfox-0.16.26}/bcpkgfox.egg-info/top_level.txt +0 -0
- {bcpkgfox-0.16.25 → bcpkgfox-0.16.26}/setup.cfg +0 -0
|
@@ -501,11 +501,11 @@ class cli:
|
|
|
501
501
|
self.target_file = self.cli.file #FIX
|
|
502
502
|
|
|
503
503
|
if not self.target_file:
|
|
504
|
-
print(f"{self.visuals.bold}{self.visuals.RD} > Error: Please pass your 'target_file'
|
|
504
|
+
print(f"{self.visuals.bold}{self.visuals.RD} > Error: Please pass your 'target_file' to detect the libraries.{self.visuals.RESET}")
|
|
505
505
|
sys.exit(1)
|
|
506
506
|
|
|
507
507
|
if not os.path.exists(self.target_file):
|
|
508
|
-
print(f"{self.visuals.bold}{self.visuals.RD} > Error:
|
|
508
|
+
print(f"{self.visuals.bold}{self.visuals.RD} > Error: Your 'target_file' does not exist or can't be accessed.{self.visuals.RESET}")
|
|
509
509
|
sys.exit(1)
|
|
510
510
|
|
|
511
511
|
try:
|
|
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
|