Skip to content

Commit 7466223

Browse files
authored
Update arduino.py
1 parent 1510521 commit 7466223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/frameworks/arduino.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def get_frameworks_in_current_env():
238238
# Get the value of the 'framework' option
239239
frameworks = config.get(current_env_section, "framework", "")
240240
# Split comma-separated frameworks and return them as a list
241-
return frameworks.split(",")
241+
return frameworks
242242
# If no frameworks are found, return an empty list
243243
return []
244244

0 commit comments

Comments
 (0)