Skip to content

Commit

Permalink
fix: missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Mar 17, 2024
1 parent 3ca0d31 commit b119b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/__init__.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def _windows_dll_path():

additional_paths = [
vtk.__path__[0],
os.path.join(os.path.dirname(vtk_path), 'vtk.libs')
os.path.join(os.path.dirname(vtk_path), 'vtk.libs'),
os.path.join(os.path.dirname(os.path.dirname(__file__)), 'viennaps.libs')
]

Expand Down

0 comments on commit b119b39

Please sign in to comment.