mirror of
https://github.com/servo/servo.git
synced 2025-07-24 07:40:27 +01:00
Auto merge of #7528 - jdm:updatecssfix, r=frewsxcv
Remove obsolete method call that breaks ./mach update-css. r? @frewsxcv <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7528) <!-- Reviewable:end -->
This commit is contained in:
commit
33063fd887
1 changed files with 0 additions and 1 deletions
|
@ -315,7 +315,6 @@ class MachCommands(CommandBase):
|
|||
parser=updatecommandline.create_parser())
|
||||
def update_css(self, **kwargs):
|
||||
self.ensure_bootstrapped()
|
||||
self.ensure_wpt_virtualenv()
|
||||
run_file = path.abspath(path.join("tests", "wpt", "update_css.py"))
|
||||
run_globals = {"__file__": run_file}
|
||||
execfile(run_file, run_globals)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue