From d777f3b40f180248cc647c0d6dd4391e69f79626 Mon Sep 17 00:00:00 2001 From: Matthias Dellweg Date: Mon, 10 May 2021 10:19:29 +0200 Subject: [PATCH] Display "this command" instead of "None" [noissue] --- pulpcore/cli/common/context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulpcore/cli/common/context.py b/pulpcore/cli/common/context.py index ab27b86e2..d57844a71 100644 --- a/pulpcore/cli/common/context.py +++ b/pulpcore/cli/common/context.py @@ -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