Fix multiple exception catching in arv-run.
authorBrett Smith <brett@curoverse.com>
Wed, 21 Oct 2015 19:37:53 +0000 (15:37 -0400)
committerBrett Smith <brett@curoverse.com>
Wed, 21 Oct 2015 19:37:53 +0000 (15:37 -0400)
commit4df91a01ad793744d7370b1ad5837543ed76c242
treec1ff385f3acf76a5ce8ab6bbc7cbdac4a909f9fb
parentf0ea4324260fb4dc6df693d9548285bb64b3b69f
Fix multiple exception catching in arv-run.

The previous version catches IOError and binds the exception object to
the name OSError.  No issue #.
sdk/python/arvados/commands/run.py