raise the error after fixing the transaction state
This commit is contained in:
parent
265d80cee3
commit
0ced62480d
@ -1373,6 +1373,7 @@ def concretize(self, force=False, tests=False):
|
|||||||
self.concretized_user_specs = old_concretized_user_specs
|
self.concretized_user_specs = old_concretized_user_specs
|
||||||
self.concretized_order = old_concretized_order
|
self.concretized_order = old_concretized_order
|
||||||
self.specs_by_hash = old_specs_by_hash
|
self.specs_by_hash = old_specs_by_hash
|
||||||
|
raise
|
||||||
|
|
||||||
def _get_specs_to_concretize(
|
def _get_specs_to_concretize(
|
||||||
self,
|
self,
|
||||||
|
Loading…
Reference in New Issue
Block a user