Skip to content

Commit

Permalink
correct usage
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Oct 29, 2024
1 parent 48000ec commit a41cce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_runtime-reproducibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
checksum = pathlib.Path("./checksums", file).read_text()
if not checksum in seen:
seen[checksum] = []
seen[checksum] = f"{file}"
seen[checksum].append(file)
assert len(seen) > 0
if len(seen) > 1:
print("At least one checksum mismatched:")
Expand Down

0 comments on commit a41cce6

Please sign in to comment.