Site
Gitweb
Static
projects
/
eros.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58d1f4e
)
Fix typo in v2 verify worklist generation
author
Jakob Cornell
<jakob+gpg@jcornell.net>
Mon, 18 Apr 2022 23:21:39 +0000
(18:21 -0500)
committer
Jakob Cornell
<jakob+gpg@jcornell.net>
Mon, 18 Apr 2022 23:21:39 +0000
(18:21 -0500)
disk_jumble/src/disk_jumble/verify.py
patch
|
blob
|
history
diff --git
a/disk_jumble/src/disk_jumble/verify.py
b/disk_jumble/src/disk_jumble/verify.py
index 49cf28b016b6259f7a179770924d736b310844a7..df6b5f3afdd25d2ce8c30b766ddb441046b1a3b1 100644
(file)
--- a/
disk_jumble/src/disk_jumble/verify.py
+++ b/
disk_jumble/src/disk_jumble/verify.py
@@
-250,7
+250,7
@@
def _get_v2_worklist(conn, disk_id: int, target_ranges: List[NumericRange]) -> L
block_ranges = [range(block, block + 1)],
hash = bytes(hash_),
)
- for (entity_id, entity_length, piece_num, block,
entity_length,
hash_, _) in rows
+ for (entity_id, entity_length, piece_num, block, hash_, _) in rows
]