Skip to content

Commit

Permalink
update ghidrathon_configure.py error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-hunhoff committed Feb 1, 2024
1 parent 0f859f0 commit 5d7c989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/ghidrathon_configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def main(args):
jep_spec = importlib.util.find_spec("jep")
if jep_spec is None:
logger.error(
"Jep is not installed. Please install Jep version %s before configuring Ghidrathon.", SUPPORTED_JEP_VERSION
"Jep is not installed. Please install Jep using the requirements.txt file before configuring Ghidrathon."
)
return -1

Expand Down

0 comments on commit 5d7c989

Please sign in to comment.