lineage: Change 'bailing out' message to something more friendly

Change-Id: Iee519ea5cbfa92b6bb26e33d2bac3d2335c770a8
This commit is contained in:
LuK1337
2018-01-26 15:00:52 +01:00
committed by Bruno Martins
parent 3f9b94cb67
commit f017e36e65

View File

@@ -226,7 +226,7 @@ def fetch_dependencies(repo_path, fallback_branch = None):
print('Adding dependencies to manifest') print('Adding dependencies to manifest')
add_to_manifest(fetch_list, fallback_branch) add_to_manifest(fetch_list, fallback_branch)
else: else:
print('Dependencies file not found, bailing out.') print('%s has no additional dependencies.' % repo_path)
if len(syncable_repos) > 0: if len(syncable_repos) > 0:
print('Syncing dependencies') print('Syncing dependencies')