All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wic: remove extra double-quote on documentation string
@ 2017-06-23 21:37 Jean-Francois Dagenais
  2017-06-23 22:01 ` ✗ patchtest: failure for " Patchwork
  0 siblings, 1 reply; 2+ messages in thread
From: Jean-Francois Dagenais @ 2017-06-23 21:37 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Jean-Francois Dagenais <jeff.dagenais@gmail.com>
---
scripts/lib/wic/ksparser.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/lib/wic/ksparser.py b/scripts/lib/wic/ksparser.py
index d026caa..47afda4 100644
--- a/scripts/lib/wic/ksparser.py
+++ b/scripts/lib/wic/ksparser.py
@@ -114,7 +114,7 @@ def systemidtype(arg):
  return arg

class KickStart():
-    """"Kickstart parser implementation."""
+    """Kickstart parser implementation."""

  DEFAULT_EXTRA_SPACE = 10*1024
  DEFAULT_OVERHEAD_FACTOR = 1.3
-- 
2.1.4



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

end of thread, other threads:[~2017-06-23 22:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-23 21:37 [PATCH] wic: remove extra double-quote on documentation string Jean-Francois Dagenais
2017-06-23 22:01 ` ✗ patchtest: failure for " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.