Make dox.yml have a default empty add list

This commit is contained in:
Monty Taylor 2014-09-05 09:16:15 -07:00
parent a209df79cd
commit 2521f0bae7
1 changed files with 1 additions and 1 deletions

View File

@ -53,4 +53,4 @@ class DoxYaml(object):
return self._open_dox_yaml().get('prep')
def get_add_files(self):
return self._open_dox_yaml().get('add')
return self._open_dox_yaml().get('add', [])