Fixed bug with external store when type or extract is not given
commita471d9f344335cac250e7c0d3f39db551671990f
authorBastian Eicher <bastian@eicher.net>
Thu, 21 Jun 2012 13:24:20 +0000 (21 15:24 +0200)
committerThomas Leonard <talex5@gmail.com>
Thu, 21 Jun 2012 18:19:24 +0000 (21 19:19 +0100)
tree7ab975432b5b773d6edb0fc7cc3095a14c5341c3
parent90eba839358dc41d75dd9c7c4e565948fdebef17
Fixed bug with external store when type or extract is not given

Do not try to pass None as process arguments in fetch._add_to_external_store:
default extract directory to empty string, default MIME type to MIME type guess
based on URL.
zeroinstall/injector/fetch.py