yaxing.chen vor 5 Jahren
Ursprung
Commit
651044cb54
2 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen
  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):