6681: When input file is "-", get data directly from sys.stdin and use
authorPeter Amstutz <peter.amstutz@curoverse.com>
Thu, 23 Jul 2015 20:02:20 +0000 (16:02 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Thu, 23 Jul 2015 20:02:20 +0000 (16:02 -0400)
commit229773c2aa3ddc798ae4eb1eff62f8f77db85391
treeddc5e6d78dc885886416932a826ad414a279cad5
parentf7f91a7085f8acfbbdd120575e88dcea53297554
6681: When input file is "-", get data directly from sys.stdin and use
CollectionWriter.write() instead of opening /dev/stdin and trying to write like
a normal file.
sdk/python/arvados/commands/put.py