Skip to content

Commit

Permalink
Merge branch 'hotfix/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Dahlgren committed Feb 21, 2014
2 parents a449da8 + 6ec4105 commit 8669dab
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def _get_extraction_path(bundle_type):

bundle_paths = config.get('bundle-extraction-paths').split('\n')

if not bundle_paths:
if bundle_paths:
for line in bundle_paths:
if not line:
continue
Expand Down
11 changes: 11 additions & 0 deletions docs/cumulus_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,14 @@ Minor improvements:
Initial release with some basic functions and concepts.

- Basic bundling and stack management features implemented


Cumulus Bundle Handler release notes
====================================

1.0.1
-----

**Release date:** 2014-02-21

- Bugfix: `Bundle extraction paths are not determined properly #111 <https://github.com/skymill/cumulus/issues/111>`__

0 comments on commit 8669dab

Please sign in to comment.