bcpkgfox 0.16.21__py3-none-any.whl → 0.16.23__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
@@ -404,8 +404,7 @@ class cli:
404
404
  os.mkdir(temp_path)
405
405
  shutil.move(dist_path, inner_path)
406
406
  else:
407
- print(f"{self.visuals.bold}{self.visuals.RD}Error: 'dist' directory not found!{self.visuals.RESET}")
408
- sys.exit(1)
407
+ raise FileNotFoundError(f"{self.visuals.bold}{self.visuals.RD}Error: 'dist' directory not found!{self.visuals.RESET}")
409
408
 
410
409
  zip_path = shutil.make_archive(
411
410
  os.path.join(self.current_dir, target_name),
@@ -430,21 +429,15 @@ class cli:
430
429
  zip_log = True
431
430
 
432
431
  except Exception as e:
433
- print(e)
434
- print(e)
435
- print(e)
436
- print(e)
437
- print(e)
438
- print(e)
439
432
  self.ultimate_error = e
440
433
 
441
434
  finally:
442
435
  animation.finish()
443
436
 
444
437
  if zip_log:
445
- print(f"{self.visuals.bold}{self.visuals.GR} > Zip file created successfully {self.visuals.RESET}\n")
438
+ print(f"{self.visuals.bold}{self.visuals.GR} > Zip file created successfully {self.visuals.RESET}\033[J\n\033[J")
446
439
  else:
447
- print(f"{self.visuals.bold}{self.visuals.RD} > Error creating zip file:")
440
+ print(f"{self.visuals.bold}{self.visuals.RD} > Error creating zip file:\033[J")
448
441
  print(f"{self.ultimate_error}{self.visuals.RESET}")
449
442
  sys.exit(1)
450
443
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bcpkgfox
3
- Version: 0.16.21
3
+ Version: 0.16.23
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=DhspyjxsI3VBJmHL1FzM0CE7mG_S7HeznuOrWWvkfEo,30996
2
+ bcpkgfox/cli.py,sha256=Su-tlvLYx1vJ7BsiM6alq-qZFv0pNIPPpWh4Rsh0YPs,30843
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.21.dist-info/METADATA,sha256=F6WvYIhCIJUbVmK3D69LYe1E3wstcMTRPAXnOY6kKGs,1912
9
- bcpkgfox-0.16.21.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
10
- bcpkgfox-0.16.21.dist-info/entry_points.txt,sha256=zzthtJtEpeRjlpE6YDBbSGVH6hvnnVyRxVSSgz1_S0M,337
11
- bcpkgfox-0.16.21.dist-info/top_level.txt,sha256=h01SqyYBEfS72vkRFOlEDZBUSu9pzU0bdX4m9hWNNmw,9
12
- bcpkgfox-0.16.21.dist-info/RECORD,,
8
+ bcpkgfox-0.16.23.dist-info/METADATA,sha256=cbPgNJ4L9RSa1uzWMXVH7ko3vqSZVlOq4qqgTZBn1h0,1912
9
+ bcpkgfox-0.16.23.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
10
+ bcpkgfox-0.16.23.dist-info/entry_points.txt,sha256=zzthtJtEpeRjlpE6YDBbSGVH6hvnnVyRxVSSgz1_S0M,337
11
+ bcpkgfox-0.16.23.dist-info/top_level.txt,sha256=h01SqyYBEfS72vkRFOlEDZBUSu9pzU0bdX4m9hWNNmw,9
12
+ bcpkgfox-0.16.23.dist-info/RECORD,,