Skip to content

Commit 15a414b

Browse files
committed
adds missing comma
1 parent 0a4e0f9 commit 15a414b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/esp32.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ def common_args(extra_args):
455455
user_c_modules[i] = c_module
456456

457457
cmds = [
458-
['cd', f'ext_mod']
458+
['cd', 'ext_mod'],
459459
['git', 'clone', git_address],
460460
['cd', c_module_name]
461461
]

0 commit comments

Comments
 (0)