Skip to content

Commit e5b7c29

Browse files
committed
fixes typo
1 parent c8db5e9 commit e5b7c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def generate_manifest(
285285

286286
if 'all' in indevs:
287287
indevs.remove('all')
288-
path = f'{script_dir}/api_drivers/common_api_drivers/ndev'
288+
path = f'{script_dir}/api_drivers/common_api_drivers/indev'
289289
for file in os.listdir(path):
290290
if (
291291
file == 'focaltech_touch.py' or

0 commit comments

Comments
 (0)