Skip to content

Commit 30fe922

Browse files
authored
Merge pull request #239 from grafail/cli_fix
Adjusted io expander search to include .py extension
2 parents 37bee5a + 839d942 commit 30fe922

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
@@ -270,7 +270,7 @@ def generate_manifest(
270270
if not os.path.exists(file):
271271
tmp_file = (
272272
f'{script_dir}/api_drivers/common_api_drivers'
273-
f'/io_expander/{file.lower()}'
273+
f'/io_expander/{file.lower()}.py'
274274
)
275275

276276
if not os.path.exists(tmp_file):

0 commit comments

Comments
 (0)