bcpkgfox 0.16.21__tar.gz → 0.16.22__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bcpkgfox
3
- Version: 0.16.21
3
+ Version: 0.16.22
4
4
  Summary: Biblioteca BCFOX
5
5
  Home-page: https://github.com/robotsbcfox/PacotePythonBCFOX
6
6
  Author: Guilherme Neri
@@ -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,12 +429,6 @@ 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:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bcpkgfox
3
- Version: 0.16.21
3
+ Version: 0.16.22
4
4
  Summary: Biblioteca BCFOX
5
5
  Home-page: https://github.com/robotsbcfox/PacotePythonBCFOX
6
6
  Author: Guilherme Neri
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="bcpkgfox",
5
- version="0.16.21",
5
+ version="0.16.22",
6
6
  author="Guilherme Neri",
7
7
  author_email="guilherme.neri@bcfox.com.br",
8
8
  description="Biblioteca BCFOX",
File without changes
File without changes