Skip to content

Commit f51340b

Browse files
committed
fixes typo
1 parent e5b7c29 commit f51340b

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
@@ -301,7 +301,7 @@ def generate_manifest(
301301

302302
if 'all' in displays:
303303
displays.remove('all')
304-
path = f'{script_dir}/api_drivers/common_api_drivers/ndev'
304+
path = f'{script_dir}/api_drivers/common_api_drivers/display'
305305
for file in os.listdir(path):
306306
if file.endswith('.py'):
307307
continue

0 commit comments

Comments
 (0)