Skip to content

Commit

Permalink
One more entry point → plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
zyzzyxdonta committed Oct 18, 2023
1 parent e9a4832 commit 7d6eec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hermes/commands/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def deposit(click_ctx: click.Context, initial, auth_token, file):
try:
deposit_plugin()
except (RuntimeError, MisconfigurationError) as e:
_log.error(f"Error in {plugin_group!r} entry point {plugin_name!r}: {e}")
_log.error(f"Error in {plugin_group!r} plugin {plugin_name!r}: {e}")
click_ctx.exit(1)


Expand Down

0 comments on commit 7d6eec1

Please sign in to comment.