Commit 9d0adfe
committed
Fix reverse bitstream step: use heredoc to avoid indentation error
The inline Python passed via `python3 -c` had indented top-level
statements, causing an IndentationError on CI. Switch to a heredoc
(`<< 'PYEOF'`) so the script is fed via stdin with correct indentation.
Also rename `reversed` to `reversed_data` to avoid shadowing the builtin.
https://claude.ai/code/session_01QmPirfEXJ1bsJHb9i98uGS1 parent b374639 commit 9d0adfe
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments