ensure newline

This commit is contained in:
Louis Abel 2023-06-27 19:31:32 -07:00
parent fb91f36128
commit 5841534492
Signed by: label
GPG Key ID: 3331F061D1D9990E
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class Import:
came from.
"""
with open(f'{repo_path}/.{repo_name}.checksum', 'w+', encoding='utf-8') as checksum:
checksum.write(srpm_hash)
checksum.write(f'{srpm_hash}\n')
checksum.close()
@staticmethod