public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-staging/EdkRepo] [PATCH v1] EdkRepo: Fixed missing parameter in error string.
@ 2020-06-10 22:06 Bjorge, Erik C
  2020-06-10 23:26 ` Ashley E Desimone
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bjorge, Erik C @ 2020-06-10 22:06 UTC (permalink / raw)
  To: devel
  Cc: Ashley E Desimone, Nate DeSimone, Puja Pandya, Bret Barkelew,
	Prince Agyeman

Cc: Ashley E Desimone <ashley.e.desimone@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Puja Pandya <puja.pandya@intel.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Prince Agyeman <prince.agyeman@intel.com>
Cc: Erik Bjorge <erik.c.bjorge@intel.com>
Signed-off-by: Erik Bjorge <erik.c.bjorge@intel.com>
---
 edkrepo/commands/checkout_command.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/edkrepo/commands/checkout_command.py b/edkrepo/commands/checkout_command.py
index f4483d4..0169f30 100644
--- a/edkrepo/commands/checkout_command.py
+++ b/edkrepo/commands/checkout_command.py
@@ -44,4 +44,4 @@ class CheckoutCommand(EdkrepoCommand):
         if combination_is_in_manifest(args.Combination, get_workspace_manifest()):
             checkout(args.Combination, args.verbose, args.override)
         else:
-            raise EdkrepoInvalidParametersException(humble.NO_COMBO)
+            raise EdkrepoInvalidParametersException(humble.NO_COMBO.format(args.Combination))
-- 
2.27.0.windows.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-06-16 17:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-10 22:06 [edk2-staging/EdkRepo] [PATCH v1] EdkRepo: Fixed missing parameter in error string Bjorge, Erik C
2020-06-10 23:26 ` Ashley E Desimone
2020-06-16 17:29 ` Nate DeSimone
2020-06-16 17:36 ` Nate DeSimone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox