yaxing.chen 5 gadi atpakaļ
vecāks
revīzija
651044cb54
2 mainītis faili ar 1 papildinājumiem un 3 dzēšanām
  1. 1 1
      platformio_support_package.yaml
  2. 0 2
      script.py

+ 1 - 1
platformio_support_package.yaml

@@ -1,6 +1,6 @@
 ---
 yaml_version: 1
-pkg_version: 5.0.3.11
+pkg_version: 5.0.3.12
 pkg_vendor: RealThread
 pkg_type: ThirdParty_Support_Packages
 name: PlatformIO

+ 0 - 2
script.py

@@ -106,8 +106,6 @@ class PlatformioBuilder(object):
                 shutil.rmtree(self.long_path_enable(self.platformio_path.joinpath("penv")))
             else:
                 os.remove(self.long_path_enable(self.platformio_path.joinpath("penv")))
-        self.cp_fr_list(["pip.conf"], self.current_folder.joinpath(".platformio/penv"),
-                            self.platformio_path.joinpath("penv"))
 
 
     def copy_portble_python(self):