Closed HexDecimal closed 11 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
fbefb81
) 95.19% compared to head (ae4d077
) 95.19%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Looks sane here, FWIW. Thanks for the fix!
Replaces
directory.endswith(package_name)
with the more exactPath(directory).name == package_name
.I didn't find any other determinism issues in this function.
I think
find_package_dirs
shouldn't have returned a set, since it operates onos.listdir
it should've returned a list instead, but that doesn't really matterFixes #192