mirror of
https://github.com/peridotbuild/pv2.git
synced 2024-11-23 05:31:30 +00:00
ensure newline
This commit is contained in:
parent
fb91f36128
commit
5841534492
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user