Skip to content

Commit

Permalink
Improve warning text
Browse files Browse the repository at this point in the history
  • Loading branch information
vmordan committed Jun 25, 2024
1 parent 5d94bb1 commit d9aedea
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 @@ -374,7 +374,7 @@ def process_verifier_notes(self):
if self._edges:
last_edge = self._edges[-1]
if 'note' in last_edge:
last_edge['warn'] = f"Violation of '{self.process_comment(last_edge['note'])}'"
last_edge['warn'] = f"{self.process_comment(last_edge['note'])}"
del last_edge['note']
else:
last_edge['warn'] = 'Property violation'
Expand Down

0 comments on commit d9aedea

Please sign in to comment.