mirror of
https://github.com/servo/servo.git
synced 2025-06-08 00:23:30 +00:00
Fixed a typo
This commit is contained in:
parent
5098ad7d93
commit
6de7228945
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ class MachCommands(CommandBase):
|
|||
path.join(self.context.topdir, "components", "style", "list_properties.py")
|
||||
])
|
||||
|
||||
this_file = style = os.path.dirname(__file__)
|
||||
this_file = os.path.dirname(__file__)
|
||||
servo_doc_path = os.path.abspath(os.path.join(this_file, '../', '../', 'target', 'doc', 'servo'))
|
||||
|
||||
with open(os.path.join(servo_doc_path, 'css-properties.json'), 'r') as property_file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue