Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into _update-deps/runti…
Browse files Browse the repository at this point in the history
…meverification/haskell-backend
  • Loading branch information
devops committed Jun 18, 2024
2 parents c0da54b + 2efa074 commit f810add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyk/src/pyk/proof/reachability.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def formatted_exec_time(self) -> str:
@staticmethod
def _make_module_name(proof_id: str) -> str:
return 'M-' + re.sub(
r'[\[\]]|[_%().:,]+', lambda match: 'bkt' if match.group(0) in ['[', ']'] else '-', proof_id.upper()
r'[\[\]]|[_%().:,@]+', lambda match: 'bkt' if match.group(0) in ['[', ']'] else '-', proof_id.upper()
)

@staticmethod
Expand Down

0 comments on commit f810add

Please sign in to comment.