0
0
Fork 0

Adding final newline that had been missing

This commit is contained in:
sloumdrone 2018-12-27 20:21:07 -08:00
parent b9da5d1cbb
commit 3e88cf3ae6
1 changed files with 1 additions and 0 deletions

1
chalk
View File

@ -202,6 +202,7 @@ def chalk(path):
if confirmation.lower()[0] == 'y':
print('{}saving...{}'.format(c.white, c.end))
text = '\n'.join(content)
text += '\n'
try:
with open(valid_path, 'w') as f:
f.write(text)