Skip to content

Commit

Permalink
Edit typo in exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Feb 11, 2022
1 parent dbe5af4 commit 339c3e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
try:
ensembler.load()
except Exception as e:
logging.error("Unable to initialise PyFuncEnsemblerRunner from the MLflow URI provided.")
logging.error("Unable to initialise PyFuncEnsemblerRunner from the MLflow directory provided.")
logging.error(traceback.format_exc())
exit(1)

Expand Down

0 comments on commit 339c3e3

Please sign in to comment.