forked from colonelpanic/dotfiles
Remove extra new line at the ends of path_lines
This commit is contained in:
parent
9e8593ef46
commit
e42b845e4c
@ -125,4 +125,4 @@ if __name__ == '__main__':
|
|||||||
else:
|
else:
|
||||||
output = output_path
|
output = output_path
|
||||||
|
|
||||||
print(output)
|
print(output, end='')
|
||||||
|
Loading…
Reference in New Issue
Block a user