bcpkgfox 0.16.13__py3-none-any.whl → 0.16.14__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
@@ -398,8 +398,12 @@ class cli:
398
398
  print(f"{self.visuals.bold}{self.visuals.RD}Error: 'dist' directory not found!{self.visuals.RESET}")
399
399
  sys.exit(1)
400
400
 
401
- zip_path = shutil.make_archive(new_path, 'zip', new_path)
402
- shutil.make_archive(str(new_path), 'zip', root_dir=str(new_path.parent), base_dir=str(new_path.name))
401
+ zip_path = shutil.make_archive(
402
+ os.path.join(self.current_dir, target_name),
403
+ 'zip',
404
+ root_dir=os.path.join(self.current_dir, f"{target_name}"),
405
+ base_dir=target_name
406
+ )
403
407
 
404
408
  # Espera o sistema liberar o zip
405
409
  wait = 0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bcpkgfox
3
- Version: 0.16.13
3
+ Version: 0.16.14
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=LrhAeh6Iz7bNbtFf3528QAQFAufqMpaTm_gVK3Obpfg,30281
2
+ bcpkgfox/cli.py,sha256=NjVQXFndVMv-CYdgDwaZWMN_AHM8v-uU_PAYsD_9huo,30371
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.13.dist-info/METADATA,sha256=p9qeXWX8RbV4cKHOxkgsbLhb9uvPydvsHiNd5H8CEcY,1912
9
- bcpkgfox-0.16.13.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
10
- bcpkgfox-0.16.13.dist-info/entry_points.txt,sha256=zzthtJtEpeRjlpE6YDBbSGVH6hvnnVyRxVSSgz1_S0M,337
11
- bcpkgfox-0.16.13.dist-info/top_level.txt,sha256=h01SqyYBEfS72vkRFOlEDZBUSu9pzU0bdX4m9hWNNmw,9
12
- bcpkgfox-0.16.13.dist-info/RECORD,,
8
+ bcpkgfox-0.16.14.dist-info/METADATA,sha256=hnEJ8HXtlPtxm-gbnrFzzZXrca1cP3bN4rthpJNkyJ4,1912
9
+ bcpkgfox-0.16.14.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
10
+ bcpkgfox-0.16.14.dist-info/entry_points.txt,sha256=zzthtJtEpeRjlpE6YDBbSGVH6hvnnVyRxVSSgz1_S0M,337
11
+ bcpkgfox-0.16.14.dist-info/top_level.txt,sha256=h01SqyYBEfS72vkRFOlEDZBUSu9pzU0bdX4m9hWNNmw,9
12
+ bcpkgfox-0.16.14.dist-info/RECORD,,