Skip to content

Commit

Permalink
forgot some underscores...
Browse files Browse the repository at this point in the history
  • Loading branch information
jberthold committed Jul 18, 2024
1 parent 8bd8cd1 commit 3e4b064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kmxwasm/src/kmxwasm/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def explorer(self) -> KCFGExplore:
'localhost',
self.__kore_server.port,
bug_report=self.__bug_report,
bug_report_id='kasmer' if self.bug_report is not None else None,
bug_report_id='kasmer' if self.__bug_report is not None else None,
)

if not self.__explorer:
Expand Down

0 comments on commit 3e4b064

Please sign in to comment.