On Thursday, March 27, 2014 15:52:49 Thomas Wood wrote:
> The extra newline is no longer necessary as the final summary line
> includes one.
>
> Signed-off-by: Thomas Wood <[email protected]>
> ---
>  piglit-resume.py | 3 +--
>  piglit-run.py    | 3 +--
>  2 files changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/piglit-resume.py b/piglit-resume.py
> index c9cb72b..09d0664 100755
> --- a/piglit-resume.py
> +++ b/piglit-resume.py
> @@ -87,8 +87,7 @@ def main():
>      json_writer.close_dict()
>      json_writer.file.close()
>
> -    print("\n"
> -          "Thank you for running Piglit!\n"
> +    print("Thank you for running Piglit!\n"
>            "Results have ben wrriten to {0}".format(results_path))
>
>  if __name__ == "__main__":
> diff --git a/piglit-run.py b/piglit-run.py
> index d57abd7..672c057 100755
> --- a/piglit-run.py
> +++ b/piglit-run.py
> @@ -177,8 +177,7 @@ def main():
>      json_writer.close_dict()
>      json_writer.file.close()
>
> -    print('\n'
> -          'Thank you for running Piglit!\n'
> +    print('Thank you for running Piglit!\n'
>            'Results have been written to ' + result_filepath)

Looks good, thanks for working on this.
Reviewed-by: Dylan Baker <[email protected]>

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to