summaryrefslogtreecommitdiff
path: root/tools/oslo_run_pre_release_tests
diff options
context:
space:
mode:
Diffstat (limited to 'tools/oslo_run_pre_release_tests')
-rwxr-xr-xtools/oslo_run_pre_release_tests7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/oslo_run_pre_release_tests b/tools/oslo_run_pre_release_tests
index 4fc0d5c..378a0db 100755
--- a/tools/oslo_run_pre_release_tests
+++ b/tools/oslo_run_pre_release_tests
@@ -26,8 +26,7 @@ import pkg_resources
def find_all_projects(repo_root):
- """Scan the checked out repositories for all available projects.
- """
+ """Scan the checked out repositories for all available projects."""
pattern = os.path.join(repo_root, 'openstack/*')
candidates = glob.glob(pattern)
prefix_len = len(repo_root)
@@ -39,7 +38,9 @@ def find_all_projects(repo_root):
def find_consuming_projects(lib_name, repo_root, projects):
- """Filter the list of projects to only include entries that use the library.
+ """Filter the list of projects
+
+ Filter the list of projects to only include entries that use the library.
"""
for p in projects:
consumer = False