rosmake bug fix
This commit is contained in:
parent
0268341eca
commit
8d7aff9b34
|
@ -92,7 +92,7 @@ class PackageFlagTracker:
|
|||
if package in self.packages_tested:
|
||||
return
|
||||
rospack = self.rospack
|
||||
path = self.get_path(package)
|
||||
path = rospack.get_path(package)
|
||||
|
||||
if os.path.exists(os.path.join(path, "ROS_BUILD_BLACKLIST")):
|
||||
self.register_blacklisted(package, package)
|
||||
|
|
Loading…
Reference in New Issue