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