Skip to content

Commit

Permalink
Display "this command" instead of "None"
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
mdellweg committed May 10, 2021
1 parent 57ef651 commit d777f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulpcore/cli/common/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def needs_plugin(
_(
"The server does not have '{specifier}' installed,"
" which is needed to use {feature}."
).format(specifier=specifier, feature=plugin.feature)
).format(specifier=specifier, feature=feature)
)
else:
# Schedule for later checking
Expand Down

0 comments on commit d777f3b

Please sign in to comment.