Skip to content

Commit 4e92cc4

Browse files
authored
Fix python lib install path (#207)
1 parent 01e9dce commit 4e92cc4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

generate_parameter_library_py/generate_parameter_library_py/setup_helper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def generate_parameter_module(module_name, yaml_file, validation_module=''):
5555
install_dir = os.path.join(
5656
colcon_ws,
5757
'install',
58-
pkg_name,
5958
'lib',
6059
py_version,
6160
'site-packages',

0 commit comments

Comments
 (0)