Skip to content

Commit

Permalink
Fix formatting of lines in checksum file (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrassia authored May 14, 2024
1 parent 532e7d3 commit e94007f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-checksum/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def get_file_sha256_hash(file_path):

file_hash = get_file_sha256_hash(package_path)

hashes += f"{file_hash} {path} {os.linesep}"
hashes += f"{file_hash} {path}{os.linesep}"

hashes = hashes[:-1]

Expand Down

0 comments on commit e94007f

Please sign in to comment.