Remove extra new line at the ends of path_lines

This commit is contained in:
Ivan Malison 2019-06-26 16:48:51 -07:00
parent 9e8593ef46
commit e42b845e4c
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -125,4 +125,4 @@ if __name__ == '__main__':
else:
output = output_path
print(output)
print(output, end='')