We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32073fe commit 528742aCopy full SHA for 528742a
1 file changed
src/greaseweazle/codec/datageneral/datageneral.py
@@ -116,7 +116,6 @@ def decode_flux(self, track: HasFlux, pll: Optional[PLL]=None) -> None:
116
s, e = hardsector_bits[hsec_id], hardsector_bits[hsec_id+1]
117
# Skip first 352 cells (704us), see Figure G-1
118
s += 352
119
- data = decode(bits[s:e].tobytes())
120
121
offs = bits[s:e].search(sync)
122
if (off := next(offs, None)) is None:
0 commit comments