Commit bc9f7eb
committed
onnxsim: keep the patch's Upstream-Status tag on one line
ci_scripts/check_patch.py's Upstream-Status regex matches ^Upstream-Status:
*(.*)$ without DOTALL, so it only reads the first physical line after the
tag. The previous commit wrapped the "To upstream [...]" comment across
four lines, which left the bracket unterminated on line one and would have
failed the check. Join it back into a single line, matching every other
patch in this repo (e.g. patches/py-spy/0.4.2/*.patch).1 parent 609f1be commit bc9f7eb
1 file changed
Lines changed: 1 addition & 4 deletions
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 38 | + | |
42 | 39 | | |
43 | 40 | | |
44 | 41 | | |
| |||
0 commit comments