Fix CollectionReader treating any collection with additional +hints as
authorTom Clegg <tom@curoverse.com>
Fri, 7 Mar 2014 21:49:47 +0000 (16:49 -0500)
committerTom Clegg <tom@curoverse.com>
Fri, 7 Mar 2014 21:49:47 +0000 (16:49 -0500)
commit890477eb5544437c339a7461fbf8e8f04020581b
treec6e3e75c5f9dbd9e3b887362278d987fbfbc87ec
parent27f9168d85ec178f440f683c19a4fec7ddc2ceda
Fix CollectionReader treating any collection with additional +hints as
an empty manifest.

Now, accept hash+size+anyhints as a UUID, and if the argument looks
like neither a UUID nor a manifest, raise an exception instead of
proceeding with undefined results.
sdk/python/arvados/collection.py
sdk/python/arvados/errors.py
sdk/python/test_collections.py