Skip to content

Commit

Permalink
Temp: add id to report
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltoli committed Jul 12, 2024
1 parent 25be1bc commit 9da1768
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kmxwasm/src/kmxwasm/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@ def explorer(self) -> KCFGExplore:
# port=39425,
)
if not self.__kore_client:
self.__kore_client = KoreClient('localhost', self.__kore_server.port, bug_report=self.__bug_report)
self.__kore_client = KoreClient('localhost',
self.__kore_server.port,
bug_report=self.__bug_report,
bug_report_id='kasmer')

if not self.__explorer:
cterm_symbolic = CTermSymbolic(self.__kore_client, self.printer.definition)
Expand Down

0 comments on commit 9da1768

Please sign in to comment.