From e42b845e4cfcd973bda50adf7695592056335d12 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 26 Jun 2019 16:48:51 -0700 Subject: [PATCH] Remove extra new line at the ends of path_lines --- dotfiles/lib/python/shell_path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/lib/python/shell_path.py b/dotfiles/lib/python/shell_path.py index 5f53ec9a..bd9541c0 100755 --- a/dotfiles/lib/python/shell_path.py +++ b/dotfiles/lib/python/shell_path.py @@ -125,4 +125,4 @@ if __name__ == '__main__': else: output = output_path - print(output) + print(output, end='')