We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b7c29 commit f51340bCopy full SHA for f51340b
builder/__init__.py
@@ -301,7 +301,7 @@ def generate_manifest(
301
302
if 'all' in displays:
303
displays.remove('all')
304
- path = f'{script_dir}/api_drivers/common_api_drivers/ndev'
+ path = f'{script_dir}/api_drivers/common_api_drivers/display'
305
for file in os.listdir(path):
306
if file.endswith('.py'):
307
continue
0 commit comments