]> code.ossystems Code Review - openembedded-core.git/commit
package_rpm: Clean up pointless exception handling
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 21 Jan 2017 14:18:01 +0000 (14:18 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 22 Jan 2017 09:05:05 +0000 (09:05 +0000)
commit5ecdab6c2589a83bbbc522074052ff4438782102
tree21c114fe79853c5b3fbe51ad47b0e6a45f5f68ef
parent61390438aec4a1f9beb4d332821cc6cda82e0379
package_rpm: Clean up pointless exception handling

The exception handling in this function seemed mildly crazy. Python will
given perfectly good or in several cases better information if we let its
standard traceback/exception handling happen. Remove the pointless code.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package_rpm.bbclass