3699: collection copying bug fixes
authorTim Pierce <twp@curoverse.com>
Mon, 20 Oct 2014 18:13:37 +0000 (14:13 -0400)
committerTim Pierce <twp@curoverse.com>
Mon, 20 Oct 2014 18:18:18 +0000 (14:18 -0400)
commitcdaf5c71016d2cad54d54e9b4b87bafe4554d376
treef940700f8c04b7470c8ecdcf60b950b3283771a1
parentb81c434401a503746ec54e53bf7058cf42beaa2f
3699: collection copying bug fixes

From code review #3699-35:
* Updated help text
* Find collection UUIDs and hashes throughout script_parameters even if
  buried in command arguments
* Use logger consistently in preference to "print >>sys.stderr"
* isinstance(obj, basestr)
* Fix ensure_unique_name handling
* copy_collection now correctly handles manifests without a trailing
  newline
sdk/python/arvados/commands/copy.py