Skip to content

Commit 4671a2c

Browse files
committed
fix typo
Signed-off-by: M Q <mingmelvinq@nvidia.com>
1 parent 29844a9 commit 4671a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/deploy/utils/importutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ def fix_holoscan_import():
401401

402402
try:
403403
project_name = "holoscan"
404-
holoscan_init_path = Path(dist_module_path(project_name)) / project_name / "__ini__.py"
404+
holoscan_init_path = Path(dist_module_path(project_name)) / project_name / "__init__.py"
405405

406406
with open(str(holoscan_init_path), "w") as f_w:
407407
f_w.write(holoscan_init_content_txt)

0 commit comments

Comments
 (0)