Fixed typo in git fetch exception handling condition. 38/62138/1
authorTomasz Olszak <t.olszak@samsung.com>
Mon, 14 Mar 2016 13:20:14 +0000 (14:20 +0100)
committerTomasz Olszak <t.olszak@samsung.com>
Mon, 14 Mar 2016 13:20:14 +0000 (14:20 +0100)
commite1210b9ab2d81f3865d220e915f97fc0f20385f2
tree6a690ccda2a6249a100d24837b8af0ac53790eb5
parent99114052471b44c3b252fee64a44f5fbed4aad2d
Fixed typo in git fetch exception handling condition.

It should be error.returncode == 128 not != 128.

Change-Id: I109e492f7ef80dba557c2654f0d436ca4d57e7c2
tool/development/buildbot/nativesamples.py