Skip to content

Commit 1ff0c75

Browse files
authored
pop instead of
1 parent 5dad086 commit 1ff0c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ 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-
del self.packages["tl-install"]
131+
self.packages.pop["tl-install", None]
132132

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

0 commit comments

Comments
 (0)