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

Commit

Permalink
Fix the rw-build-tree restriction.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilk committed Jun 12, 2013
1 parent fdc1746 commit 70100c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sadt
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ class TestGroup(object):
exc = None
try:
self.check_restrictions(ignored_restrictions)
except RwBuildTreeNeeded as exc:
except RwBuildTreeNeeded as e:
exc = e
# this will be handled separately
pass
self.check_depends()
Expand Down

0 comments on commit 70100c4

Please sign in to comment.