On 09/26/2018 03:55 PM, Simon Glass wrote:
It is sometimes useful to restart sandbox with some particular flags to
test certain functionality. Add a new method to ConsoleSandbox to handle


diff --git a/test/py/u_boot_console_sandbox.py 
b/test/py/u_boot_console_sandbox.py

@@ -22,8 +22,8 @@ class ConsoleSandbox(ConsoleBase):
          Returns:
              Nothing.
          """
-
          super(ConsoleSandbox, self).__init__(log, config, max_fifo_fill=1024)

Not sure why that blank line is deleted; all the other docstrings in at least this file have one blank line after them...

Other than that, this change,
Acked-by: Stephen Warren <swar...@nvidia.com>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to