Skip to content

Commit 4592b9e

Browse files
committed
review comment
1 parent b334f47 commit 4592b9e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

qualtran/_infra/composite_bloq.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,8 +1470,7 @@ def add(self, bloq: Bloq, **in_soqs: SoquetInT):
14701470
try:
14711471
outs = self.add_t(bloq, **in_soqs)
14721472
except BloqError as be:
1473-
# Error source shown as `bb.add(...)`
1474-
raise BloqError(*be.args) from None
1473+
raise BloqError(*be.args) from be
14751474

14761475
if len(outs) == 0:
14771476
return None

0 commit comments

Comments
 (0)