briandilley / ebs-deploy

Python based command line tools for managing Amazon Elastic Beanstalk applications.
MIT License
82 stars 29 forks source link

directory and archive are None if 'archive.generate' presents and output_file exist #38

Closed andrewkoltsov closed 4 years ago

andrewkoltsov commented 4 years ago

if there is 'archive.generate' option and output_file exist - archive and directory will stay None but add_config_files_to_archive doesn't allow filename to be None and code will fail