Skip to content

Commit

Permalink
fixbug
Browse files Browse the repository at this point in the history
  • Loading branch information
dh-04 committed Dec 9, 2020
1 parent 48cc41b commit 651044c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion platformio_support_package.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions script.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 651044c

Please sign in to comment.