bcpkgfox 0.16.5b8__tar.gz → 0.16.5b10__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.5b8
3
+ Version: 0.16.5b10
4
4
  Summary: Biblioteca BCFOX
5
5
  Home-page: https://github.com/robotsbcfox/PacotePythonBCFOX
6
6
  Author: Guilherme Neri
@@ -735,24 +735,23 @@ class cli:
735
735
 
736
736
  process_finished = False
737
737
  for lib in librarys:
738
- try:
739
- result = subprocess.run(
740
- [pip_path, 'install', lib],
741
- # check=True,
742
- stdout=subprocess.PIPE,
743
- stderr=subprocess.PIPE,
744
- text=True
745
- )
738
+ result = subprocess.run(
739
+ [pip_path, 'install', lib],
740
+ # check=True,
741
+ stdout=subprocess.PIPE,
742
+ stderr=subprocess.PIPE,
743
+ text=True
744
+ )
746
745
 
747
- if result.returncode != 0:
748
- if isinstance(lib, list):
749
- self.imports.extend(lib)
750
- else: self.imports.append(lib)
751
- continue
746
+ if result.returncode != 0:
747
+ if isinstance(lib, list):
748
+ self.imports.extend(lib)
749
+ else: self.imports.append(lib)
750
+ continue
752
751
 
753
752
 
754
- elif result.stdout:
755
- print(f"\033[0J{result.stdout.strip()}\033[0J")
753
+ elif result.stdout:
754
+ print(f"\033[0J{result.stdout.strip()}\033[0J")
756
755
 
757
756
  process_finished = True
758
757
  log_animation.join()
@@ -763,6 +762,10 @@ class cli:
763
762
  self.descerror = e
764
763
  self.error = 1
765
764
  print(e)
765
+ print(e)
766
+ print(e)
767
+ print(e)
768
+ print(e)
766
769
  sys.exit()
767
770
 
768
771
  def recreate_venv(self):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bcpkgfox
3
- Version: 0.16.5b8
3
+ Version: 0.16.5b10
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.5b8",
5
+ version="0.16.5b10",
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