rosmake bug fix

This commit is contained in:
Ken Conley 2012-01-13 04:44:41 +00:00
parent 0268341eca
commit 8d7aff9b34
1 changed files with 1 additions and 1 deletions

View File

@ -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)