Raise OSCError in oscapi.py::OSC::core_http instead of ObsError.
authorHuang Hao <hao.h.huang@intel.com>
Tue, 21 Aug 2012 13:11:39 +0000 (21:11 +0800)
committerHuang Hao <hao.h.huang@intel.com>
Thu, 23 Aug 2012 03:37:18 +0000 (11:37 +0800)
commit3606c73e71b3186d58e405a15d6d014e30de78b8
treed4509919224e7acb43f1a27849a27d9712fa9ed6
parentb9beb7a8c9136085ff12528c3937992251d0d7bd
Raise OSCError in oscapi.py::OSC::core_http instead of ObsError.

Error message print out to console is incomplete since ObsError
can't be catched by methods in oscapi.py and throw directly to
cmd_remotebuild.py.

Change-Id: I2879ef2ab7f60f3f0caa35b081c9408ac6589527
gitbuildsys/oscapi.py