Commit ca0c64f
committed
Fix Python syntax check on Windows - use glob instead of shell wildcard
Windows cmd does not expand glob patterns for py_compile.
Use python -c with glob.glob(recursive=True) to find all .py files
across core/, ui/, and SexyUIExtensions/ directories.1 parent fde3e61 commit ca0c64f
1 file changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
37 | 35 | | |
38 | 36 | | |
39 | 37 | | |
| |||
0 commit comments