bcpkgfox 0.16.15__py3-none-any.whl → 0.16.17__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 CHANGED
@@ -392,6 +392,12 @@ class cli:
392
392
  temp_path = os.path.join(self.current_dir, f"{target_name}_temp")
393
393
  inner_path = os.path.join(temp_path, target_name)
394
394
 
395
+ if os.path.isfile(os.path.join(self.current_dir, f"{target_name}.zip")):
396
+ os.remove(os.path.join(self.current_dir, f"{target_name}.zip"))
397
+
398
+ if os.path.isfile(os.path.join(self.current_dir, f"{target_name}")):
399
+ shutil.rmtree(os.path.join(self.current_dir, f"{target_name}"))
400
+
395
401
  if os.path.exists(dist_path):
396
402
  if os.path.exists(temp_path):
397
403
  shutil.rmtree(temp_path)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bcpkgfox
3
- Version: 0.16.15
3
+ Version: 0.16.17
4
4
  Summary: Biblioteca BCFOX
5
5
  Home-page: https://github.com/robotsbcfox/PacotePythonBCFOX
6
6
  Author: Guilherme Neri
@@ -1,12 +1,12 @@
1
1
  bcpkgfox/__init__.py,sha256=tIFJ-KIMZK_ZjcrUg92QoHd2Rbte4cvuPMlPUzjtK0U,15945
2
- bcpkgfox/cli.py,sha256=J6q0XeakfdCi7ogiOIDXn_RCG_4fbV9r6yV2AjJcgu0,30492
2
+ bcpkgfox/cli.py,sha256=YHG5t5dSZZgm26izhu_-Iqjrj2JRAFdg388AHkTRx7w,30842
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.15.dist-info/METADATA,sha256=LQIm_iGgqs3AHaD2HblAr8lFGQBgTF2BMqOIMOeqgsE,1912
9
- bcpkgfox-0.16.15.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
10
- bcpkgfox-0.16.15.dist-info/entry_points.txt,sha256=zzthtJtEpeRjlpE6YDBbSGVH6hvnnVyRxVSSgz1_S0M,337
11
- bcpkgfox-0.16.15.dist-info/top_level.txt,sha256=h01SqyYBEfS72vkRFOlEDZBUSu9pzU0bdX4m9hWNNmw,9
12
- bcpkgfox-0.16.15.dist-info/RECORD,,
8
+ bcpkgfox-0.16.17.dist-info/METADATA,sha256=h6G-LgzObEkjl9XwssGyxzpwjBW7kBhbzivIDDEKmcs,1912
9
+ bcpkgfox-0.16.17.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
10
+ bcpkgfox-0.16.17.dist-info/entry_points.txt,sha256=zzthtJtEpeRjlpE6YDBbSGVH6hvnnVyRxVSSgz1_S0M,337
11
+ bcpkgfox-0.16.17.dist-info/top_level.txt,sha256=h01SqyYBEfS72vkRFOlEDZBUSu9pzU0bdX4m9hWNNmw,9
12
+ bcpkgfox-0.16.17.dist-info/RECORD,,