mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Extract some Python code from properties.mako.rs into a separate file.
This commit is contained in:
parent
ff5478cba9
commit
2d8c17e600
6 changed files with 330 additions and 305 deletions
|
@ -35,7 +35,7 @@ fn main() {
|
|||
let status = Command::new(python)
|
||||
.arg(&script)
|
||||
.arg(product)
|
||||
.arg("rust")
|
||||
.arg("style-crate")
|
||||
.status()
|
||||
.unwrap();
|
||||
if !status.success() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue