mirror of
https://abf.rosa.ru/djam/abf-console-client-src.git
synced 2025-02-24 02:12:49 +00:00
Fix save-to-repos and save-to-platforms in 'abf show'
This commit is contained in:
parent
37a9c1ba14
commit
05a1afb61b
1 changed files with 1 additions and 0 deletions
1
abf.py
1
abf.py
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Reference in a new issue