From 651044cb541f64738f020dad50e627a61221f655 Mon Sep 17 00:00:00 2001 From: "yaxing.chen" Date: Wed, 9 Dec 2020 11:49:27 +0800 Subject: [PATCH] fixbug --- platformio_support_package.yaml | 2 +- script.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/platformio_support_package.yaml b/platformio_support_package.yaml index ef5781b0..ac667f1c 100644 --- a/platformio_support_package.yaml +++ b/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 diff --git a/script.py b/script.py index da224ce7..abc354eb 100644 --- a/script.py +++ b/script.py @@ -106,8 +106,6 @@ def copy_platformio_packages(self): 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):