Actions
Bug #9056
closedException when packages are not specified in configuration
Start date:
07/02/2018
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
If section 'packages' is missed in configuration file, there is an exception
Traceback (most recent call last):
File "./deploys/install_deps.py", line 136, in <module>
main()
File "./deploys/install_deps.py", line 129, in main
args.update_python3_packages)
File "./deploys/install_deps.py", line 42, in install_deps
new_pckgs = get_pckgs(deploy_conf['Packages'])
KeyError: 'Packages'
Actions