bcpkgfox 0.16.17__tar.gz → 0.16.19__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.17 → bcpkgfox-0.16.19}/PKG-INFO +1 -1
- {bcpkgfox-0.16.17 → bcpkgfox-0.16.19}/bcpkgfox/cli.py +2 -2
- {bcpkgfox-0.16.17 → bcpkgfox-0.16.19}/bcpkgfox.egg-info/PKG-INFO +1 -1
- {bcpkgfox-0.16.17 → bcpkgfox-0.16.19}/setup.py +1 -1
- {bcpkgfox-0.16.17 → bcpkgfox-0.16.19}/README.md +0 -0
- {bcpkgfox-0.16.17 → bcpkgfox-0.16.19}/bcpkgfox/__init__.py +0 -0
- {bcpkgfox-0.16.17 → bcpkgfox-0.16.19}/bcpkgfox/exec_file.py +0 -0
- {bcpkgfox-0.16.17 → bcpkgfox-0.16.19}/bcpkgfox/find_elements.py +0 -0
- {bcpkgfox-0.16.17 → bcpkgfox-0.16.19}/bcpkgfox/get_driver.py +0 -0
- {bcpkgfox-0.16.17 → bcpkgfox-0.16.19}/bcpkgfox/invoke_api.py +0 -0
- {bcpkgfox-0.16.17 → bcpkgfox-0.16.19}/bcpkgfox/system.py +0 -0
- {bcpkgfox-0.16.17 → bcpkgfox-0.16.19}/bcpkgfox.egg-info/SOURCES.txt +0 -0
- {bcpkgfox-0.16.17 → bcpkgfox-0.16.19}/bcpkgfox.egg-info/dependency_links.txt +0 -0
- {bcpkgfox-0.16.17 → bcpkgfox-0.16.19}/bcpkgfox.egg-info/entry_points.txt +0 -0
- {bcpkgfox-0.16.17 → bcpkgfox-0.16.19}/bcpkgfox.egg-info/requires.txt +0 -0
- {bcpkgfox-0.16.17 → bcpkgfox-0.16.19}/bcpkgfox.egg-info/top_level.txt +0 -0
- {bcpkgfox-0.16.17 → bcpkgfox-0.16.19}/setup.cfg +0 -0
|
@@ -395,7 +395,7 @@ class cli:
|
|
|
395
395
|
if os.path.isfile(os.path.join(self.current_dir, f"{target_name}.zip")):
|
|
396
396
|
os.remove(os.path.join(self.current_dir, f"{target_name}.zip"))
|
|
397
397
|
|
|
398
|
-
if os.path.
|
|
398
|
+
if os.path.exists(os.path.join(self.current_dir, f"{target_name}")):
|
|
399
399
|
shutil.rmtree(os.path.join(self.current_dir, f"{target_name}"))
|
|
400
400
|
|
|
401
401
|
if os.path.exists(dist_path):
|
|
@@ -438,7 +438,7 @@ class cli:
|
|
|
438
438
|
if zip_log:
|
|
439
439
|
print(f"{self.visuals.bold}{self.visuals.GR} > Zip file created successfully {self.visuals.RESET}\n")
|
|
440
440
|
else:
|
|
441
|
-
print(f"{self.visuals.bold}{self.visuals.RD} > Error creating zip file
|
|
441
|
+
print(f"{self.visuals.bold}{self.visuals.RD} > Error creating zip file: {self.ultimate_error}\n")
|
|
442
442
|
print(f"{self.ultimate_error}{self.visuals.RESET}")
|
|
443
443
|
sys.exit(1)
|
|
444
444
|
|
|
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
|