Skip to content

Commit

Permalink
Fix broken stack
Browse files Browse the repository at this point in the history
  • Loading branch information
vmordan committed Jun 25, 2024
1 parent 9455d39 commit 5d94bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mea/et/internal_witness.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def process_verifier_notes(self):
else:
for cur_index in range(index, last_index):
if 'env' in self._edges[cur_index]:
del self._edges[cur_index]
del self._edges[cur_index]['env']
self._logger.debug(
f"ENV comments brackets: remove ENV comment on the line {self._edges[cur_index]}")
self._edges.insert(index, edge)
Expand Down

0 comments on commit 5d94bb1

Please sign in to comment.