Commit ebeeb0f
Fix missing s! interpolation prefix in Python.lean error message
Without s!, "{pythonCmd}" prints as a literal string instead of
interpolating the variable. Same pattern as commit 729a4174b
(Fix #1244). Carried to main2 via merge #1311.1 parent c44880b commit ebeeb0f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments