]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Fixing _decompress to handle bundled and compressed
authorChris Alfonso <calfonso@redhat.com>
Mon, 21 May 2012 18:50:54 +0000 (14:50 -0400)
committerChris Alfonso <calfonso@redhat.com>
Mon, 21 May 2012 18:50:54 +0000 (14:50 -0400)
commit7d0a35030ae50d9405368d36519db712896841cd
treec2a41c5c2e4f5edabbec92c70d74711b5e6f75a5
parent04da765efb31cdcb5ad59d0d188402a8d8570df6
Fixing _decompress to handle bundled and compressed

The api call to os.path.splitext returns the root and the ext;
however, for a .tar.gz the ext would just be the .gz, which meant
there was no handler for a file with a .gz extension.
heat/cfntools/cfn_helper.py