Fix save-to-repos and save-to-platforms in 'abf show'

This commit is contained in:
Denis Silakov 2015-01-20 15:05:40 +03:00
parent 37a9c1ba14
commit 05a1afb61b

1
abf.py
View file

@ -1552,6 +1552,7 @@ def show():
print ' '.join(out)
elif t in ['save-to-platforms', 'save-to-repos']:
proj = get_project(models, must_exist=True, name=command_line.project)
repos = proj.repositories
platform_names = []
repo_names = []