Skip to content

Commit cef14be

Browse files
authored
remove pop
1 parent 1ff0c75 commit cef14be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

platform.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ def configure_default_packages(self, variables, targets):
128128
tl_path = "file://" + join(IDF_TOOLS_PATH_DEFAULT, "tools", gdb_package)
129129
self.packages[gdb_package]["optional"] = False
130130
self.packages[gdb_package]["version"] = tl_path
131-
self.packages.pop["tl-install", None]
132131

133132
# Common packages for IDF and mixed Arduino+IDF projects
134133
if "espidf" in frameworks and os.path.exists(IDF_TOOLS):

0 commit comments

Comments
 (0)