rticonnextdds-examples icon indicating copy to clipboard operation
rticonnextdds-examples copied to clipboard

Redefined variable in linux_static_analysis.py

Open ManuelJNunez opened this issue 4 years ago • 1 comments

The next lines of code

connextdds_installation_include = Path.home().joinpath(
    "rti_connext_dds-{}".format(rti_connext_dds_version), "include"
)

are unnecessary because the variable is defined here

rti_connext_dds_dir = (
    Path.home()
    .joinpath(
        "rti_connext_dds-{}".format(rti_connext_dds_version), "include"
    )
    .resolve()
)

ManuelJNunez avatar Apr 12 '21 08:04 ManuelJNunez

This issue is solved and will be closed once the commits are merged into master.

ManuelJNunez avatar May 27 '21 07:05 ManuelJNunez