mirror of
https://github.com/peridotbuild/pv2.git
synced 2024-11-23 13:41:26 +00:00
ensure newline
This commit is contained in:
parent
fb91f36128
commit
5841534492
@ -68,7 +68,7 @@ class Import:
|
|||||||
came from.
|
came from.
|
||||||
"""
|
"""
|
||||||
with open(f'{repo_path}/.{repo_name}.checksum', 'w+', encoding='utf-8') as checksum:
|
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()
|
checksum.close()
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
Loading…
Reference in New Issue
Block a user