Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
remove newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
davehouse committed Nov 8, 2018
1 parent 6b4c09c commit 1e35735
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,5 @@ def check(hostname):
elapsed = time.time() - start
return result_template.format(
command=reboot_command,
stdout=stdout.getvalue().rstrip('\n'),
stdout=stdout.getvalue().replace('\n', '\r'),
time=elapsed)

0 comments on commit 1e35735

Please # to comment.