Skip to content
This repository has been archived by the owner on Jan 27, 2019. It is now read-only.

Commit

Permalink
Merge pull request #187 from kimrhh/fix-package-qa
Browse files Browse the repository at this point in the history
packageqa.oeclass: fix error handling
  • Loading branch information
esben authored Nov 10, 2016
2 parents 979ae0f + 62f52f7 commit b3c87ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/package-qa.oeclass
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def do_packageqa(d):
from glob import glob
import oebakery # die, err, warn, info, debug

def BadElfType(Exception):
class BadElfType(Exception):
pass

os.environ['PATH'] = d.getVar("PATH", True)
Expand Down

0 comments on commit b3c87ce

Please sign in to comment.